High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Revision 580:f749b4a874e5, committed 2015-06-19
- Comitter:
- rgrover1
- Date:
- Fri Jun 19 15:52:50 2015 +0100
- Parent:
- 579:c64c9186ad37
- Child:
- 581:09687c0c9e1e
- Commit message:
- Synchronized with git rev 5f5a312d
Author: Rohit Grover
use forward declarations in Gap.h
Changed in this revision
public/Gap.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/Gap.h Fri Jun 19 15:52:50 2015 +0100 +++ b/public/Gap.h Fri Jun 19 15:52:50 2015 +0100 @@ -17,16 +17,16 @@ #ifndef __GAP_H__ #define __GAP_H__ -#include "GapAdvertisingData.h" -#include "GapAdvertisingParams.h" -#include "GapScanningParams.h" #include "GapEvents.h" #include "CallChain.h" #include "FunctionPointerWithContext.h" using namespace mbed; -class GapScanningParams; /* forward declaration */ +/* Forward declarations for classes which will only be used for pointers or references in the following. */ +class GapAdvertisingParams; +class GapScanningParams; +class GapAdvertisingData; class Gap { public: