mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-03 03:36:58 -04:00
Fix all warnings in UnitTest
This commit is contained in:
parent
e3240de8e0
commit
aa05d60894
25 changed files with 95 additions and 93 deletions
|
@ -28,11 +28,11 @@ GxsIsolatedServiceTester::GxsIsolatedServiceTester(const RsPeerId &ownId, const
|
|||
{
|
||||
// extract bits we need.
|
||||
PeerNode *node = getPeerNode();
|
||||
p3PeerMgr *peerMgr = node->getPeerMgr();
|
||||
p3LinkMgr *linkMgr = node->getLinkMgr();
|
||||
p3NetMgr *netMgr = node->getNetMgr();
|
||||
//p3PeerMgr *peerMgr = node->getPeerMgr();
|
||||
//p3LinkMgr *linkMgr = node->getLinkMgr();
|
||||
//p3NetMgr *netMgr = node->getNetMgr();
|
||||
RsNxsNetMgr *nxsMgr = node->getNxsNetMgr();
|
||||
p3ServiceControl *serviceCtrl = node->getServiceControl();
|
||||
//p3ServiceControl *serviceCtrl = node->getServiceControl();
|
||||
|
||||
// Create Service for Testing.
|
||||
// Specific Testing service here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue