[Orxonox-commit 5902] r10561 - in code/branches/core7/src/libraries: core/input network
landauf at orxonox.net
landauf at orxonox.net
Sat Aug 29 22:53:31 CEST 2015
Author: landauf
Date: 2015-08-29 22:53:30 +0200 (Sat, 29 Aug 2015)
New Revision: 10561
Modified:
code/branches/core7/src/libraries/core/input/JoyStick.cc
code/branches/core7/src/libraries/network/WANDiscoverable.cc
code/branches/core7/src/libraries/network/WANDiscovery.cc
Log:
found some unregistered classes
Modified: code/branches/core7/src/libraries/core/input/JoyStick.cc
===================================================================
--- code/branches/core7/src/libraries/core/input/JoyStick.cc 2015-08-29 16:58:38 UTC (rev 10560)
+++ code/branches/core7/src/libraries/core/input/JoyStick.cc 2015-08-29 20:53:30 UTC (rev 10561)
@@ -47,6 +47,8 @@
std::vector<std::string> JoyStick::deviceNames_s;
+ RegisterAbstractClass(JoyStick).inheritsFrom<Configurable>();
+
JoyStick::JoyStick(unsigned int id, OIS::InputManager* oisInputManager)
: super(id, oisInputManager)
{
Modified: code/branches/core7/src/libraries/network/WANDiscoverable.cc
===================================================================
--- code/branches/core7/src/libraries/network/WANDiscoverable.cc 2015-08-29 16:58:38 UTC (rev 10560)
+++ code/branches/core7/src/libraries/network/WANDiscoverable.cc 2015-08-29 20:53:30 UTC (rev 10561)
@@ -38,6 +38,7 @@
namespace orxonox
{
+ RegisterAbstractClass(WANDiscoverable).inheritsFrom<Configurable>();
WANDiscoverable::WANDiscoverable(): bActive_(false)
{
Modified: code/branches/core7/src/libraries/network/WANDiscovery.cc
===================================================================
--- code/branches/core7/src/libraries/network/WANDiscovery.cc 2015-08-29 16:58:38 UTC (rev 10560)
+++ code/branches/core7/src/libraries/network/WANDiscovery.cc 2015-08-29 20:53:30 UTC (rev 10561)
@@ -36,6 +36,8 @@
namespace orxonox
{
+ RegisterAbstractClass(WANDiscovery).inheritsFrom<Configurable>();
+
WANDiscovery::WANDiscovery()
{
/* debugging output */
More information about the Orxonox-commit
mailing list