High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Revision 500:2625510739a6, committed 2015-06-19
- Comitter:
- rgrover1
- Date:
- Fri Jun 19 15:52:03 2015 +0100
- Parent:
- 499:db9bc083f91e
- Child:
- 501:ff6801633d2c
- Commit message:
- Synchronized with git rev 037ea9c6
Author: Rohit Grover
use forward declarations.
Changed in this revision
common/BLEDeviceInstanceBase.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/common/BLEDeviceInstanceBase.h Fri Jun 19 15:52:03 2015 +0100 +++ b/common/BLEDeviceInstanceBase.h Fri Jun 19 15:52:03 2015 +0100 @@ -18,8 +18,10 @@ #define __BLE_DEVICE_INSTANCE_BASE__ #include "Gap.h" -#include "GattServer.h" -#include "GattClient.h" + +/* forward declarations */ +class GattServer; +class GattClient; /** * The interface for the transport object to be created by the target library's