#ifndef _CIOBJFACTORY #define _CIOBJFACTORY class IObjFactory { virtual ~IObjFactory() {}; }; #endif // _CIOBJFACTORY