#ifndef MXOBJECTFACTORY_H #define MXOBJECTFACTORY_H class MxObjectFactory { public: const char* GetClassName(); }; #endif MXOBJECTFACTORY_H