Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7558


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

Still testing…

File:
1 edited

Legend:

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

    r7557 r7558  
    7777#include "Event.h"
    7878
     79#ifdef SUPER
     80struct CompilerError1
     81{
     82    void CompilerError1() {}
     83};
     84#endif
     85#ifdef SUPER_FUNCTION
     86struct CompilerError2
     87{
     88    void CompilerError2() {}
     89};
     90#endif
     91#ifdef SUPER_NOARGS
     92struct CompilerError3
     93{
     94    void CompilerError3() {}
     95};
     96#endif
     97#ifdef SUPER_ARGS
     98struct CompilerError4
     99{
     100    void CompilerError4() {}
     101};
     102#endif
     103
    79104///////////////////////
    80105// Macro definitions //
Note: See TracChangeset for help on using the changeset viewer.