From 17a562dc3ee7d15574720d342cefa4605d0ccb2a Mon Sep 17 00:00:00 2001 From: csoler Date: Wed, 3 Aug 2011 19:57:23 +0000 Subject: [PATCH] fixed a bunch of missing returns git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4523 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/services/p3vors.cc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libretroshare/src/services/p3vors.cc b/libretroshare/src/services/p3vors.cc index 09284b172..dde8cdf72 100644 --- a/libretroshare/src/services/p3vors.cc +++ b/libretroshare/src/services/p3vors.cc @@ -38,6 +38,7 @@ /**** * #define DEBUG_VORS 1 ****/ +#define DEBUG_VORS 1 /* DEFINE INTERFACE POINTER! */ @@ -184,6 +185,7 @@ int p3VoRS::sendPackets() RsStackMutex stack(mVorsMtx); /****** LOCKED MUTEX *******/ mSentPingTime = now; } + return true ; } @@ -284,7 +286,8 @@ int p3VoRS::processIncoming() /* clean up */ delete item; } -} + return true ; +} int p3VoRS::handlePing(RsItem *item) { @@ -316,6 +319,7 @@ int p3VoRS::handlePing(RsItem *item) #endif sendItem(pong); + return true ; } @@ -354,6 +358,7 @@ int p3VoRS::handlePong(RsItem *item) #endif storePongResult(pong->PeerId(), pong->mSeqNo, pingTS, rtt, offset); + return true ; } @@ -427,6 +432,7 @@ uint32_t p3VoRS::getPongResults(std::string id, int n, std::list