[Orxonox-commit 4899] r9568 - code/branches/core6/src/libraries/core/class

landauf at orxonox.net landauf at orxonox.net
Sun Mar 24 19:26:47 CET 2013


Author: landauf
Date: 2013-03-24 19:26:46 +0100 (Sun, 24 Mar 2013)
New Revision: 9568

Modified:
   code/branches/core6/src/libraries/core/class/Super.h
Log:
Super depends on Identifiable now

Modified: code/branches/core6/src/libraries/core/class/Super.h
===================================================================
--- code/branches/core6/src/libraries/core/class/Super.h	2013-03-24 18:18:06 UTC (rev 9567)
+++ code/branches/core6/src/libraries/core/class/Super.h	2013-03-24 18:26:46 UTC (rev 9568)
@@ -415,10 +415,10 @@
                     } \
             };
 
-        #define SUPER_CALL_ARGUMENTSfalse(...) OrxonoxClass* object
-        #define SUPER_CALL_ARGUMENTS0(...)     OrxonoxClass* object
-        #define SUPER_CALL_ARGUMENTStrue(...) OrxonoxClass* object, __VA_ARGS__
-        #define SUPER_CALL_ARGUMENTS1(...)    OrxonoxClass* object, __VA_ARGS__
+        #define SUPER_CALL_ARGUMENTSfalse(...) Identifiable* object
+        #define SUPER_CALL_ARGUMENTS0(...)     Identifiable* object
+        #define SUPER_CALL_ARGUMENTStrue(...) Identifiable* object, __VA_ARGS__
+        #define SUPER_CALL_ARGUMENTS1(...)    Identifiable* object, __VA_ARGS__
 
 
     /*




More information about the Orxonox-commit mailing list