#pragma once class XMLTest : public a8::Singleton { private: XMLTest() {}; friend class a8::Singleton; public: void Init(); void UnInit(); };