Changeset 10995 for code/branches/cpp11_v2/src
- Timestamp:
- Dec 30, 2015, 11:41:01 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/network/LANDiscoverable.cc
r10853 r10995 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_(nullptr) 47 49 { 48 50 /* register object in orxonox */ … … 50 52 51 53 this->setConfigValues(); 52 // this->setActivity(true);53 this->host_ = nullptr;54 this->bActive_ = false;55 54 } 56 55
Note: See TracChangeset
for help on using the changeset viewer.