[Orxonox-commit 2859] r7562 - code/branches/ois_update/src/libraries/core
rgrieder at orxonox.net
rgrieder at orxonox.net
Tue Oct 19 23:28:31 CEST 2010
Author: rgrieder
Date: 2010-10-19 23:28:30 +0200 (Tue, 19 Oct 2010)
New Revision: 7562
Modified:
code/branches/ois_update/src/libraries/core/BaseObject.h
Log:
More testing...
Modified: code/branches/ois_update/src/libraries/core/BaseObject.h
===================================================================
--- code/branches/ois_update/src/libraries/core/BaseObject.h 2010-10-19 21:26:35 UTC (rev 7561)
+++ code/branches/ois_update/src/libraries/core/BaseObject.h 2010-10-19 21:28:30 UTC (rev 7562)
@@ -237,6 +237,12 @@
bool bRegisteredEventStates_; //!< Becomes true after the object registered its event states (with XMLEventPort)
};
+#ifdef check
+ struct CompilerError
+ {
+ void CompilerError() {}
+ };
+#endif
template <class T, int templatehack2>
struct SuperFunctionCondition<0, T, 0, templatehack2>
More information about the Orxonox-commit
mailing list