Ignore:
Timestamp:
Jul 13, 2009, 5:41:44 PM (15 years ago)
Author:
Christoph Mayer
Message:

bluetooth zeugs leicht gefixt

File:
1 edited

Legend:

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

    r4870 r4879  
    5353
    5454#ifdef HAVE_BLUETOOTH_BLUETOOTH_H
    55 #include <bluetooth/bluetooth.h>
    56 #include <bluetooth/sdp.h>
    57 #include <bluetooth/sdp_lib.h>
    58 #include <bluetooth/hci.h>
    59 #include <bluetooth/hci_lib.h>
     55  #include <bluetooth/bluetooth.h>
     56  #include <bluetooth/sdp.h>
     57  #include <bluetooth/sdp_lib.h>
     58  #include <bluetooth/hci.h>
     59  #include <bluetooth/hci_lib.h>
    6060#endif
    6161
     
    8080        virtual void revokeService(string name);
    8181
     82private:
     83
    8284#ifdef HAVE_BLUETOOTH_BLUETOOTH_H
    83 
    84 private:
    8585        void bt_scan();
    8686        void sdp_search(bdaddr_t target);
     
    8888        sdp_session_t *sdp_session_;
    8989        uint8_t channel_;
    90 
    9190#endif // HAVE_BLUETOOTH_BLUETOOTH_H
    9291
     
    9594        boost::thread t_;
    9695
    97 
    9896};
    9997
Note: See TracChangeset for help on using the changeset viewer.