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