Changeset 8053 for code/branches
- Timestamp:
- Mar 10, 2011, 4:09:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/masterserver2/src/libraries/network/WANDiscoverable.cc
r7801 r8053 54 54 } 55 55 56 /* read the master server address from config file */ 56 57 void WANDiscoverable::setConfigValues() 57 58 { … … 63 64 } 64 65 66 /* destructor */ 65 67 WANDiscoverable::~WANDiscoverable() 66 68 { … … 69 71 } 70 72 73 /* set the activity of the discoverable object: 74 * active or not active 75 */ 71 76 void WANDiscoverable::setActivity(bool bActive) 72 77 {
Note: See TracChangeset
for help on using the changeset viewer.