#ifndef T2DLL_COBJECTLIST_H #define T2DLL_COBJECTLIST_H #include "../common.h" #include "LArray.h" class AFX_CLASS_EXPORT CObjectList : public LArray { public: CObjectList(); virtual ~CObjectList(); virtual void AllClear(); }; #endif