- Timestamp:
- Aug 14, 2009, 6:44:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.h
r5638 r5967 65 65 66 66 namespace ariba { 67 namespace overlay { 68 class OverlayBootstrap; 69 } 70 } 71 72 using ariba::overlay::OverlayBootstrap; 73 74 namespace ariba { 67 75 namespace utility { 68 76 … … 70 78 use_logging_h(BluetoothSdp); 71 79 public: 80 static OverlayBootstrap* CONNECTION_CHECKER; 81 72 82 BluetoothSdp(BootstrapInformationCallback* _callback); 73 83 virtual ~BluetoothSdp();
Note:
See TracChangeset
for help on using the changeset viewer.