X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/62a323c846db0ef869ff7a3030e473835b9f7ac3..21fb8d8eb93ddba5eb08976d013d3f956bdd19d6:/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 440843a1..9a750b5f 100644 --- a/stglibs/sgcp.lib/include/stg/sgcp_proto.h +++ b/stglibs/sgcp.lib/include/stg/sgcp_proto.h @@ -22,17 +22,14 @@ */ #include "sgcp_types.h" // TransportType -#include "sgcp_utils.h" // hton/ntoh +#include "sgcp_conn.h" #include "stg/os_int.h" -#include #include #include -#include #include -#include #include namespace STG @@ -43,13 +40,6 @@ namespace SGCP class Proto { public: - enum { CONTEXT = 0 }; - enum PacketType { - INFO = 0, - PING, - PONG, - DATA - }; struct Error : public std::runtime_error {