#ifndef BOB_H__ #define BOB_H__ namespace i2p { namespace client { class BOBCommandChannel { public: BOBCommandChannel (int port); ~BOBCommandChannel (); }; } } #endif