Changeset 7532 for source/ariba/utility/bootstrap/modules/bluetoothsdp
- Timestamp:
- Feb 4, 2010, 5:29:37 PM (15 years ago)
- Location:
- source/ariba/utility/bootstrap/modules/bluetoothsdp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.cpp
r7043 r7532 72 72 OverlayBootstrap* BluetoothSdp::CONNECTION_CHECKER = NULL; 73 73 74 BluetoothSdp::BluetoothSdp(BootstrapInformationCallback* _callback ) :75 BootstrapModule(_callback), scan_timer_(io_service_) {74 BluetoothSdp::BluetoothSdp(BootstrapInformationCallback* _callback, string info) 75 : BootstrapModule(_callback), scan_timer_(io_service_) { 76 76 srand( time(NULL) ); 77 77 #ifdef HAVE_BLUETOOTH_BLUETOOTH_H … … 80 80 // of the info strings (as an attribute) 81 81 channel_ = 1; 82 83 82 #endif // HAVE_BLUETOOTH_BLUETOOTH_H 84 83 } -
source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.h
r5967 r7532 80 80 static OverlayBootstrap* CONNECTION_CHECKER; 81 81 82 BluetoothSdp(BootstrapInformationCallback* _callback );82 BluetoothSdp(BootstrapInformationCallback* _callback, string info); 83 83 virtual ~BluetoothSdp(); 84 84
Note:
See TracChangeset
for help on using the changeset viewer.