#ifndef AOCLIENT_H #define AOCLIENT_H #include class AOClient { public: AOClient(); private: }; #endif // AOCLIENT_H