From 62a323c846db0ef869ff7a3030e473835b9f7ac3 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Wed, 22 Jul 2015 21:02:01 +0300 Subject: [PATCH] Reduced public interface. --- stglibs/sgcp.lib/include/stg/sgcp_proto.h | 2 -- stglibs/sgcp.lib/{include/stg/sgcp_transport.h => transport.h} | 0 2 files changed, 2 deletions(-) rename stglibs/sgcp.lib/{include/stg/sgcp_transport.h => transport.h} (100%) diff --git a/stglibs/sgcp.lib/include/stg/sgcp_proto.h b/stglibs/sgcp.lib/include/stg/sgcp_proto.h index 04bc3c88..440843a1 100644 --- a/stglibs/sgcp.lib/include/stg/sgcp_proto.h +++ b/stglibs/sgcp.lib/include/stg/sgcp_proto.h @@ -40,8 +40,6 @@ namespace STG namespace SGCP { -class TransportProto; - class Proto { public: diff --git a/stglibs/sgcp.lib/include/stg/sgcp_transport.h b/stglibs/sgcp.lib/transport.h similarity index 100% rename from stglibs/sgcp.lib/include/stg/sgcp_transport.h rename to stglibs/sgcp.lib/transport.h -- 2.43.2