X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/20072b367cf034ab9124560e4a06d8e32a388d93..339fd7fea3e32fcd87b018075d0606375e14ec20:/stglibs/sgcp.lib/include/stg/sgcp_proto.h diff --git a/stglibs/sgcp.lib/include/stg/sgcp_proto.h b/stglibs/sgcp.lib/include/stg/sgcp_proto.h index 04bc3c88..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 @@ -40,18 +36,9 @@ namespace STG namespace SGCP { -class TransportProto; - class Proto { public: - enum { CONTEXT = 0 }; - enum PacketType { - INFO = 0, - PING, - PONG, - DATA - }; struct Error : public std::runtime_error {