- Timestamp:
- Feb 4, 2010, 5:29:37 PM (15 years ago)
- File:
-
- 1 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 }
Note:
See TracChangeset
for help on using the changeset viewer.