[Orxonox-commit 2854] r7557 - code/branches/ois_update/src/libraries/core

rgrieder at orxonox.net rgrieder at orxonox.net
Tue Oct 19 22:57:05 CEST 2010


Author: rgrieder
Date: 2010-10-19 22:57:05 +0200 (Tue, 19 Oct 2010)
New Revision: 7557

Modified:
   code/branches/ois_update/src/libraries/core/Super.h
Log:
Testing..

Modified: code/branches/ois_update/src/libraries/core/Super.h
===================================================================
--- code/branches/ois_update/src/libraries/core/Super.h	2010-10-19 16:34:13 UTC (rev 7556)
+++ code/branches/ois_update/src/libraries/core/Super.h	2010-10-19 20:57:05 UTC (rev 7557)
@@ -68,8 +68,8 @@
        Location: The header-file of the baseclass (Baseclass.h), below the class declaration
 */
 
-#ifndef _Super_H__
-#define _Super_H__
+#ifndef _SuperDuper_H__
+#define _SuperDuper_H__
 
 #include "CorePrereqs.h"
 
@@ -555,7 +555,7 @@
 
 }
 
-#else /* _Super_H__ */
+#else /* _SuperDuper_H__ */
   #ifdef SUPER_INTRUSIVE_DECLARATION_INCLUDE
 
 //////////////////////////////////////////////////////////////////////////
@@ -613,4 +613,4 @@
 
     #undef SUPER_INTRUSIVE_DECLARATION_INCLUDE
   #endif /* SUPER_INTRUSIVE_DECLARATION_INCLUDE */
-#endif /* _Super_H__ */
+#endif /* _SuperDuper_H__ */




More information about the Orxonox-commit mailing list