[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[certi-cvs] certi/RTIG FederationsList.cc
From: |
CERTI CVS commits |
Subject: |
[certi-cvs] certi/RTIG FederationsList.cc |
Date: |
Thu, 26 Apr 2012 07:49:35 +0000 |
CVSROOT: /sources/certi
Module name: certi
Changes by: Eric NOULARD <erk> 12/04/26 07:49:35
Modified files:
RTIG : FederationsList.cc
Log message:
Remove return value usage where method should return void.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/RTIG/FederationsList.cc?cvsroot=certi&r1=3.76&r2=3.77
Patches:
Index: FederationsList.cc
===================================================================
RCS file: /sources/certi/certi/RTIG/FederationsList.cc,v
retrieving revision 3.76
retrieving revision 3.77
diff -u -b -r3.76 -r3.77
--- FederationsList.cc 31 Dec 2011 13:25:58 -0000 3.76
+++ FederationsList.cc 26 Apr 2012 07:49:35 -0000 3.77
@@ -18,7 +18,7 @@
// along with this program ; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// $Id: FederationsList.cc,v 3.76 2011/12/31 13:25:58 erk Exp $
+// $Id: FederationsList.cc,v 3.77 2012/04/26 07:49:35 erk Exp $
// ----------------------------------------------------------------------------
#include <config.h>
@@ -1405,7 +1405,7 @@
Federation *federation = searchFederation(federationHandle);
- return federation->requestClassAttributeValueUpdate(federate,
classHandle, attributes, list_size);
+ federation->requestClassAttributeValueUpdate(federate, classHandle,
attributes, list_size);
}
void
@@ -1446,5 +1446,5 @@
}} // certi::rtig
-// EOF $Id: FederationsList.cc,v 3.76 2011/12/31 13:25:58 erk Exp $
+// EOF $Id: FederationsList.cc,v 3.77 2012/04/26 07:49:35 erk Exp $
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [certi-cvs] certi/RTIG FederationsList.cc,
CERTI CVS commits <=