Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7559


Ignore:
Timestamp:
Oct 19, 2010, 11:16:01 PM (14 years ago)
Author:
rgrieder
Message:

Reverted changes made for testing purposes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ois_update/src/libraries/core/Super.h

    r7558 r7559  
    6969*/
    7070
    71 #ifndef _SuperDuper_H__
    72 #define _SuperDuper_H__
     71#ifndef _Super_H__
     72#define _Super_H__
    7373
    7474#include "CorePrereqs.h"
     
    7676#include "util/Debug.h"
    7777#include "Event.h"
    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
    10378
    10479///////////////////////
     
    581556}
    582557
    583 #else /* _SuperDuper_H__ */
     558#else /* _Super_H__ */
    584559  #ifdef SUPER_INTRUSIVE_DECLARATION_INCLUDE
    585560
     
    639614    #undef SUPER_INTRUSIVE_DECLARATION_INCLUDE
    640615  #endif /* SUPER_INTRUSIVE_DECLARATION_INCLUDE */
    641 #endif /* _SuperDuper_H__ */
     616#endif /* _Super_H__ */
Note: See TracChangeset for help on using the changeset viewer.