removed the possibility of GXS groups to keep track of post origin before release, as it is too intrusive as compared to the benefits

This commit is contained in:
csoler 2016-07-25 14:56:55 -04:00
parent 35c01e5335
commit efd503e7d4
8 changed files with 3 additions and 63 deletions

View file

@ -130,7 +130,6 @@ public:
//===================================================//
virtual void addRoutingClue(const GRouterKeyId& id,const RsPeerId& peer_id) ;
virtual void addTrackingInfo(const RsGxsMessageId& mid,const RsPeerId& peer_id) ;
//===================================================//
// Client/server request services //
@ -168,7 +167,6 @@ public:
// - Cache state (memory size, etc)
//
virtual bool getRoutingCacheInfo(std::vector<GRouterRoutingCacheInfo>& info) ;
virtual bool getTrackingInfo(const RsGxsMessageId& mid, RsPeerId& provider_id) ;
//===================================================//
// Derived from p3Service //