[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
certi RTIG/Federation.cc RTIG/FederationsList.h...
From: |
certi-cvs |
Subject: |
certi RTIG/Federation.cc RTIG/FederationsList.h... |
Date: |
Tue, 11 Dec 2007 17:27:43 +0000 |
CVSROOT: /sources/certi
Module name: certi
Changes by: ROUSSELOT <rousse> 07/12/11 17:27:43
Modified files:
RTIG : Federation.cc FederationsList.hh
libCERTI : NetworkMessage.cc
Log message:
2 bugs corrected2 bugs corrected
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/RTIG/Federation.cc?cvsroot=certi&r1=3.72&r2=3.73
http://cvs.savannah.gnu.org/viewcvs/certi/RTIG/FederationsList.hh?cvsroot=certi&r1=3.37&r2=3.38
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/NetworkMessage.cc?cvsroot=certi&r1=3.22&r2=3.23
Patches:
Index: RTIG/Federation.cc
===================================================================
RCS file: /sources/certi/certi/RTIG/Federation.cc,v
retrieving revision 3.72
retrieving revision 3.73
diff -u -b -r3.72 -r3.73
--- RTIG/Federation.cc 11 Dec 2007 16:44:19 -0000 3.72
+++ RTIG/Federation.cc 11 Dec 2007 17:27:42 -0000 3.73
@@ -18,12 +18,13 @@
// along with this program ; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// $Id: Federation.cc,v 3.72 2007/12/11 16:44:19 rousse Exp $
+// $Id: Federation.cc,v 3.73 2007/12/11 17:27:42 rousse Exp $
// ----------------------------------------------------------------------------
#include <config.h>
#include "Federation.hh"
#include <sstream>
+#include <cassert>
#ifdef _WIN32
@@ -2241,5 +2242,5 @@
}} // namespace certi/rtig
-// $Id: Federation.cc,v 3.72 2007/12/11 16:44:19 rousse Exp $
+// $Id: Federation.cc,v 3.73 2007/12/11 17:27:42 rousse Exp $
Index: RTIG/FederationsList.hh
===================================================================
RCS file: /sources/certi/certi/RTIG/FederationsList.hh,v
retrieving revision 3.37
retrieving revision 3.38
diff -u -b -r3.37 -r3.38
--- RTIG/FederationsList.hh 11 Dec 2007 16:44:20 -0000 3.37
+++ RTIG/FederationsList.hh 11 Dec 2007 17:27:42 -0000 3.38
@@ -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.hh,v 3.37 2007/12/11 16:44:20 rousse Exp $
+// $Id: FederationsList.hh,v 3.38 2007/12/11 17:27:42 rousse Exp $
// ----------------------------------------------------------------------------
#ifndef _CERTI_RTIG_FEDERATIONS_LIST_HH
@@ -273,19 +273,6 @@
InvalidFederationTime,
RTIinternalError);
- void destroyObject(Handle theHandle,
- FederateHandle theFederateHandle,
- ObjectHandle theObjectHandle,
- FederationTime theTime,
- const char *theUserTag)
- throw (FederateNotExecutionMember,
- FederationExecutionDoesNotExist,
- DeletePrivilegeNotHeld,
- ObjectNotKnown,
- SaveInProgress,
- RestoreInProgress,
- InvalidFederationTime,
- RTIinternalError);
void destroyObject(Handle theHandle,
FederateHandle theFederateHandle,
@@ -589,4 +576,4 @@
#endif // _CERTI_RTIG_FEDERATIONS_LIST_HH
-// $Id: FederationsList.hh,v 3.37 2007/12/11 16:44:20 rousse Exp $
+// $Id: FederationsList.hh,v 3.38 2007/12/11 17:27:42 rousse Exp $
Index: libCERTI/NetworkMessage.cc
===================================================================
RCS file: /sources/certi/certi/libCERTI/NetworkMessage.cc,v
retrieving revision 3.22
retrieving revision 3.23
diff -u -b -r3.22 -r3.23
--- libCERTI/NetworkMessage.cc 11 Dec 2007 16:44:20 -0000 3.22
+++ libCERTI/NetworkMessage.cc 11 Dec 2007 17:27:42 -0000 3.23
@@ -16,7 +16,7 @@
// License along with this program ; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// $Id: NetworkMessage.cc,v 3.22 2007/12/11 16:44:20 rousse Exp $
+// $Id: NetworkMessage.cc,v 3.23 2007/12/11 17:27:42 rousse Exp $
// ----------------------------------------------------------------------------
@@ -26,6 +26,7 @@
#include <cstdio>
#include <cstring>
+#include <cassert>
using std::vector ;
@@ -330,4 +331,4 @@
} // namespace certi
-// $Id: NetworkMessage.cc,v 3.22 2007/12/11 16:44:20 rousse Exp $
+// $Id: NetworkMessage.cc,v 3.23 2007/12/11 17:27:42 rousse Exp $
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- certi RTIG/Federation.cc RTIG/FederationsList.h...,
certi-cvs <=