add missing delcarations

This commit is contained in:
Eduardo Bart 2011-11-04 15:29:13 -02:00
parent a96659e9bc
commit d5b4137ead
1 changed files with 2 additions and 0 deletions

View File

@ -32,8 +32,10 @@ class Connection;
class InputMessage; class InputMessage;
class OutputMessage; class OutputMessage;
class Protocol; class Protocol;
class Server;
typedef std::shared_ptr<Connection> ConnectionPtr; typedef std::shared_ptr<Connection> ConnectionPtr;
typedef std::shared_ptr<Protocol> ProtocolPtr; typedef std::shared_ptr<Protocol> ProtocolPtr;
typedef std::shared_ptr<Server> ServerPtr;
#endif #endif