Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

CC_RootObject_inl.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // CC_RootObject_inl.h 00005 // 00006 // Version 1.0 00007 // Date 11.04.03 00008 // Author A. Pasetti (P&P Software) 00009 // 00010 // Change Record: 00011 00012 #ifndef CC_RootObjectINL 00013 #define CC_RootObjectINL 00014 00015 #include "../GeneralInclude/CompilerSwitches.h" 00016 #include "../GeneralInclude/DebugSupport.h" 00017 #include "../GeneralInclude/Constants.h" 00018 #include "../Event/DC_EventRepository.h" 00019 00020 inline DC_EventRepository* CC_RootObject::getEventRepository(void) { 00021 assert( pEventRepository!=pNULL); 00022 return pEventRepository; 00023 } 00024 00025 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved