Changeset 10561
- Timestamp:
- Aug 29, 2015, 10:53:30 PM (9 years ago)
- Location:
- code/branches/core7/src/libraries
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/input/JoyStick.cc
r9667 r10561 47 47 48 48 std::vector<std::string> JoyStick::deviceNames_s; 49 50 RegisterAbstractClass(JoyStick).inheritsFrom<Configurable>(); 49 51 50 52 JoyStick::JoyStick(unsigned int id, OIS::InputManager* oisInputManager) -
code/branches/core7/src/libraries/network/WANDiscoverable.cc
r9667 r10561 39 39 namespace orxonox 40 40 { 41 RegisterAbstractClass(WANDiscoverable).inheritsFrom<Configurable>(); 41 42 42 43 WANDiscoverable::WANDiscoverable(): bActive_(false) -
code/branches/core7/src/libraries/network/WANDiscovery.cc
r8858 r10561 37 37 namespace orxonox 38 38 { 39 RegisterAbstractClass(WANDiscovery).inheritsFrom<Configurable>(); 40 39 41 WANDiscovery::WANDiscovery() 40 42 {
Note: See TracChangeset
for help on using the changeset viewer.