#pragma once namespace Epistmool::Server{ // Command.hpp class ProtocolMessage; struct ProtocolRequest; struct ProtocolReply; // Error.hpp struct ProtocolError; } // namespace Epistmool::Server