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/overlay/OverlayBootstrap.h

    r5860 r5967  
    9090
    9191        void recordJoin(const EndpointDescriptor& _ep);
     92        bool haveOverlayConnections();
    9293
    9394protected:
     
    134135        WatchdogTimer watchtimer;
    135136        void checkOverlayStatus();
     137
     138
     139        bool haveOverlayConnection;
     140        boost::mutex haveOverlayConnectionMutex;
    136141};
    137142
Note: See TracChangeset for help on using the changeset viewer.