#ifndef PROTOCOLBASE_H #define PROTOCOLBASE_H class ProtocolBase { public: ProtocolBase(); }; #endif // PROTOCOLBASE_H