Changeset 7558
- Timestamp:
- Oct 19, 2010, 11:06:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ois_update/src/libraries/core/Super.h
r7557 r7558 77 77 #include "Event.h" 78 78 79 #ifdef SUPER 80 struct CompilerError1 81 { 82 void CompilerError1() {} 83 }; 84 #endif 85 #ifdef SUPER_FUNCTION 86 struct CompilerError2 87 { 88 void CompilerError2() {} 89 }; 90 #endif 91 #ifdef SUPER_NOARGS 92 struct CompilerError3 93 { 94 void CompilerError3() {} 95 }; 96 #endif 97 #ifdef SUPER_ARGS 98 struct CompilerError4 99 { 100 void CompilerError4() {} 101 }; 102 #endif 103 79 104 /////////////////////// 80 105 // Macro definitions //
Note: See TracChangeset
for help on using the changeset viewer.