]> git.stg.codes - stg.git/blobdiff - stglibs/sgcp.lib/include/stg/sgcp_conn.h
Fixed deps between conn and proto.
[stg.git] / stglibs / sgcp.lib / include / stg / sgcp_conn.h
index 9deb7c7aa5ddcc4b002c1efd2d694354bd4a547b..075ddf27e9dd5a12fffeffb6fb5dfc590cbcf78d 100644 (file)
@@ -62,6 +62,8 @@ class Connection : public boost::enable_shared_from_this<Connection>
         ErrorHandler m_errorHandler;
 };
 
+typedef boost::shared_ptr<Connection> ConnectionPtr;
+
 } // namespace SGCP
 } // namespace STG