add missing delcarations
This commit is contained in:
parent
a96659e9bc
commit
d5b4137ead
|
@ -32,8 +32,10 @@ class Connection;
|
|||
class InputMessage;
|
||||
class OutputMessage;
|
||||
class Protocol;
|
||||
class Server;
|
||||
|
||||
typedef std::shared_ptr<Connection> ConnectionPtr;
|
||||
typedef std::shared_ptr<Protocol> ProtocolPtr;
|
||||
typedef std::shared_ptr<Server> ServerPtr;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue