debugging of GxsTunnel service - fixed transport layer

This commit is contained in:
csoler 2015-11-28 18:02:57 -05:00
parent a29f15ae32
commit 6951d730a5
5 changed files with 91 additions and 6 deletions

View file

@ -41,6 +41,7 @@ extern RsPluginHandler *rsPlugins ;
class p3Service ;
class RsServiceControl ;
class RsTurtle ;
class RsGxsTunnelService ;
class RsDht ;
class RsDisc ;
class RsMsgs ;
@ -116,6 +117,7 @@ public:
RsUtil::inited_ptr<PgpAuxUtils> mPgpAuxUtils;
RsUtil::inited_ptr<RsGxsForums> mGxsForums;
RsUtil::inited_ptr<RsGxsChannels> mGxsChannels;
RsUtil::inited_ptr<RsGxsTunnelService> mGxsTunnels;
};
class RsPlugin