High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Revision 645:21ae925832f7, committed 2015-06-19
- Comitter:
- rgrover1
- Date:
- Fri Jun 19 15:52:58 2015 +0100
- Parent:
- 644:ca872b3aaa8a
- Child:
- 646:1c59b84fd7e6
- 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:58 2015 +0100 +++ b/common/BLEDeviceInstanceBase.h Fri Jun 19 15:52:58 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