Changeset 7904 for code/trunk/src/libraries/network
- Timestamp:
- Feb 16, 2011, 10:23:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/network/LANDiscoverable.h
r7163 r7904 34 34 namespace orxonox 35 35 { 36 36 37 37 class LANDiscoverable 38 38 { 39 39 public: 40 40 LANDiscoverable(); 41 ~LANDiscoverable();41 virtual ~LANDiscoverable(); 42 42 void setActivity( bool bActive ); 43 43 void update(); 44 44 45 45 private: 46 46 bool bActive_;
Note: See TracChangeset
for help on using the changeset viewer.