Ignore:
Timestamp:
Aug 14, 2009, 6:44:45 PM (15 years ago)
Author:
Christoph Mayer
Message:

rfcomm sdp fixing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.h

    r5638 r5967  
    6565
    6666namespace ariba {
     67  namespace overlay {
     68    class OverlayBootstrap;
     69  }
     70}
     71
     72using ariba::overlay::OverlayBootstrap;
     73
     74namespace ariba {
    6775namespace utility {
    6876
     
    7078        use_logging_h(BluetoothSdp);
    7179public:
     80        static OverlayBootstrap* CONNECTION_CHECKER;
     81
    7282        BluetoothSdp(BootstrapInformationCallback* _callback);
    7383        virtual ~BluetoothSdp();
Note: See TracChangeset for help on using the changeset viewer.