From: Maxim Mamontov Date: Wed, 22 Jul 2015 18:10:04 +0000 (+0300) Subject: Removed more unused stuff. X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/339fd7fea3e32fcd87b018075d0606375e14ec20 Removed more unused stuff. --- diff --git a/stglibs/sgcp.lib/include/stg/sgcp_proto.h b/stglibs/sgcp.lib/include/stg/sgcp_proto.h index 440843a1..4d16c844 100644 --- a/stglibs/sgcp.lib/include/stg/sgcp_proto.h +++ b/stglibs/sgcp.lib/include/stg/sgcp_proto.h @@ -22,17 +22,13 @@ */ #include "sgcp_types.h" // TransportType -#include "sgcp_utils.h" // hton/ntoh #include "stg/os_int.h" -#include #include #include -#include #include -#include #include namespace STG @@ -43,13 +39,6 @@ namespace SGCP class Proto { public: - enum { CONTEXT = 0 }; - enum PacketType { - INFO = 0, - PING, - PONG, - DATA - }; struct Error : public std::runtime_error {