From 339fd7fea3e32fcd87b018075d0606375e14ec20 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Wed, 22 Jul 2015 21:10:04 +0300 Subject: [PATCH] Removed more unused stuff. --- stglibs/sgcp.lib/include/stg/sgcp_proto.h | 11 ----------- 1 file changed, 11 deletions(-) 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 { -- 2.43.2