Changeset 7553 for code/branches/ois_update/src/libraries/core
- Timestamp:
- Oct 18, 2010, 11:20:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ois_update/src/libraries/core/Super.h
r7532 r7553 74 74 #include "CorePrereqs.h" 75 75 76 #include <boost/preprocessor/cat.hpp>77 #include <boost/preprocessor/expand.hpp>78 79 76 #include "util/Debug.h" 80 77 #include "Event.h" … … 573 570 friend struct SuperFunctionCondition; 574 571 575 class BOOST_PP_CAT(BOOST_PP_EXPAND(check), __Test) {};576 struct BOOST_PP_CAT(BOOST_PP_EXPAND(check), __Test) {};577 578 572 // Creates the super-function-callers by calling the first SuperFunctionCondition check 579 573 // This get's called within the initialization of an Identifier 580 574 virtual void createSuperFunctionCaller() const 581 575 { 582 SuperFunctionCondition<0, T, 0, 0>::check();576 //SuperFunctionCondition<0, T, 0, 0>::check(); 583 577 } 584 578
Note: See TracChangeset
for help on using the changeset viewer.