#ifndef PROTOCOL_H #define PROTOCOL_H class protocol { public: protocol(); virtual ~protocol(); protected: private: }; #endif // PROTOCOL_H