Changeset 2965 for code/branches/netp2/src/network/ConnectionManager.h
- Timestamp:
 - May 11, 2009, 1:42:10 PM (16 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/branches/netp2/src/network/ConnectionManager.h
r2836 r2965 81 81 void disconnectClient(ClientInformation *client); 82 82 void syncClassid(unsigned int clientID); 83 bool checkReceiverThread(){ return !quit_; } 83 84 84 85 private: … … 95 96 ENetAddress *bindAddress; 96 97 97 bool quit ; // quit-variable (communication with threads)98 bool quit_; // quit-variable (communication with threads) 98 99 99 100 boost::thread *receiverThread_;  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






