[Orxonox-commit 2855] r7558 - code/branches/ois_update/src/libraries/core
rgrieder at orxonox.net
rgrieder at orxonox.net
Tue Oct 19 23:06:16 CEST 2010
Author: rgrieder
Date: 2010-10-19 23:06:16 +0200 (Tue, 19 Oct 2010)
New Revision: 7558
Modified:
code/branches/ois_update/src/libraries/core/Super.h
Log:
Still testing...
Modified: code/branches/ois_update/src/libraries/core/Super.h
===================================================================
--- code/branches/ois_update/src/libraries/core/Super.h 2010-10-19 20:57:05 UTC (rev 7557)
+++ code/branches/ois_update/src/libraries/core/Super.h 2010-10-19 21:06:16 UTC (rev 7558)
@@ -76,6 +76,31 @@
#include "util/Debug.h"
#include "Event.h"
+#ifdef SUPER
+struct CompilerError1
+{
+ void CompilerError1() {}
+};
+#endif
+#ifdef SUPER_FUNCTION
+struct CompilerError2
+{
+ void CompilerError2() {}
+};
+#endif
+#ifdef SUPER_NOARGS
+struct CompilerError3
+{
+ void CompilerError3() {}
+};
+#endif
+#ifdef SUPER_ARGS
+struct CompilerError4
+{
+ void CompilerError4() {}
+};
+#endif
+
///////////////////////
// Macro definitions //
///////////////////////
More information about the Orxonox-commit
mailing list