Changeset 11009
- Timestamp:
- Dec 31, 2015, 2:23:59 PM (9 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/cpp11_v2 (added) merged: 10995
- Property svn:mergeinfo changed
-
code/trunk/src/libraries/network/LANDiscoverable.cc
r10622 r11009 44 44 const char* LAN_DISCOVERY_ACK = "Orxonox Server Ack"; 45 45 46 LANDiscoverable::LANDiscoverable() 46 RegisterClassNoArgs(LANDiscoverable); 47 48 LANDiscoverable::LANDiscoverable() : bActive_(false), host_(0) 47 49 { 48 50 /* register object in orxonox */ … … 50 52 51 53 this->setConfigValues(); 52 // this->setActivity(true);53 this->host_ = 0;54 this->bActive_ = false;55 54 } 56 55
Note: See TracChangeset
for help on using the changeset viewer.