blob: adf813898c9d5041a7a074830566b1c00779b013 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#pragma once
namespace Epistmool::Server{
// Command.hpp
class ProtocolMessage;
struct ProtocolRequest;
struct ProtocolReply;
// Error.hpp
struct ProtocolError;
} // namespace Epistmool::Server
|