![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2003 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: ctlrCompList.h,v $ $Revision: 1.10 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00017 00018 00019 #ifndef DtControllerComponentList_H_ 00020 #define DtControllerComponentList_H_ 00021 00022 #include <vlutil/vlString.h> 00023 #include "vrfobjcore/cmpntList.h" 00024 00025 class DtSimComponent; 00026 class DtSimTask; 00027 class DtReaderWriterRegistry; 00028 00035 00036 00037 #include "vrfobjcore/vrfobjcoreDefines.h" 00038 class DT_DLL_vrfobjcore DtControllerComponentList : public DtSimComponentList 00039 { 00040 public: 00042 DtControllerComponentList(); 00043 00045 DtControllerComponentList(const DtString & name, 00046 DtReaderWriterRegistry * const parentRegistry = 0); 00047 00048 protected: 00050 DtControllerComponentList(const DtControllerComponentList& orig); 00051 00053 const DtControllerComponentList & operator=(const DtControllerComponentList& 00054 orig); 00055 00056 public: 00058 virtual ~DtControllerComponentList(); 00059 00060 virtual void taskNotify(const DtSimTask & task, const DtSimComponent & 00061 notifier); 00062 00063 virtual void clearTask(); 00064 }; 00065 00066 #endif 00067