Changeset 7559 for code/branches/ois_update
- Timestamp:
- Oct 19, 2010, 11:16:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ois_update/src/libraries/core/Super.h
r7558 r7559 69 69 */ 70 70 71 #ifndef _Super Duper_H__72 #define _Super Duper_H__71 #ifndef _Super_H__ 72 #define _Super_H__ 73 73 74 74 #include "CorePrereqs.h" … … 76 76 #include "util/Debug.h" 77 77 #include "Event.h" 78 79 #ifdef SUPER80 struct CompilerError181 {82 void CompilerError1() {}83 };84 #endif85 #ifdef SUPER_FUNCTION86 struct CompilerError287 {88 void CompilerError2() {}89 };90 #endif91 #ifdef SUPER_NOARGS92 struct CompilerError393 {94 void CompilerError3() {}95 };96 #endif97 #ifdef SUPER_ARGS98 struct CompilerError499 {100 void CompilerError4() {}101 };102 #endif103 78 104 79 /////////////////////// … … 581 556 } 582 557 583 #else /* _Super Duper_H__ */558 #else /* _Super_H__ */ 584 559 #ifdef SUPER_INTRUSIVE_DECLARATION_INCLUDE 585 560 … … 639 614 #undef SUPER_INTRUSIVE_DECLARATION_INCLUDE 640 615 #endif /* SUPER_INTRUSIVE_DECLARATION_INCLUDE */ 641 #endif /* _Super Duper_H__ */616 #endif /* _Super_H__ */
Note: See TracChangeset
for help on using the changeset viewer.