certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi/libCERTI CMakeLists.txt Makefile.am Messa...


From: certi-cvs
Subject: [certi-cvs] certi/libCERTI CMakeLists.txt Makefile.am Messa...
Date: Mon, 16 Jun 2008 14:02:36 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      08/06/16 14:02:36

Modified files:
        libCERTI       : CMakeLists.txt Makefile.am 
Removed files:
        libCERTI       : MessageBody.hh MessageBody.cc 

Log message:
        Suppress no more used and empty MessageBody.*

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/CMakeLists.txt?cvsroot=certi&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/Makefile.am?cvsroot=certi&r1=3.35&r2=3.36
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/MessageBody.hh?cvsroot=certi&r1=3.16&r2=0
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/MessageBody.cc?cvsroot=certi&r1=3.18&r2=0

Patches:
Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/libCERTI/CMakeLists.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- CMakeLists.txt      7 May 2008 10:51:07 -0000       1.13
+++ CMakeLists.txt      16 Jun 2008 14:02:36 -0000      1.14
@@ -69,7 +69,6 @@
 AuditLine.cc AuditLine.hh
 BasicMessage.cc BasicMessage.hh
 Clock.cc Clock.hh
-MessageBody.cc MessageBody.hh
 MessageBuffer.cc MessageBuffer.hh
 Message.cc Message_R.cc Message_W.cc Message.hh
 NetworkMessage.cc NetworkMessage_RW.cc NetworkMessage.hh

Index: Makefile.am
===================================================================
RCS file: /sources/certi/certi/libCERTI/Makefile.am,v
retrieving revision 3.35
retrieving revision 3.36
diff -u -b -r3.35 -r3.36
--- Makefile.am 28 Apr 2008 12:25:58 -0000      3.35
+++ Makefile.am 16 Jun 2008 14:02:36 -0000      3.36
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 3.35 2008/04/28 12:25:58 erk Exp $
+## $Id: Makefile.am,v 3.36 2008/06/16 14:02:36 erk Exp $
 
 if HAVE_POSIX_CLOCK
 POSIX_CLK_HEADER = PosixClock.hh
@@ -28,7 +28,7 @@
 BasicMessage.hh Dimension.hh Exception.hh Extent.hh    \
 FederateLevelList.hh fed.hh FedRegion.hh GAV.hh GSSAPIHandler.hh       \
 Handled.hh HandleManager.hh helper.hh InteractionBroadcastList.hh      \
-Interaction.hh InteractionSet.hh LBTS.hh MessageBody.hh Message.hh     \
+Interaction.hh InteractionSet.hh LBTS.hh Message.hh    \
 Named.hh NetworkMessage.hh ObjectAttribute.hh ObjectClassAttribute.hh  \
 ObjectClassBroadcastList.hh ObjectClass.hh ObjectClassSet.hh Object.hh \
 ObjectSet.hh Parameter.hh RootObject.hh RoutingSpace.hh RTIRegion.hh   \
@@ -43,7 +43,7 @@
 BasicMessage.cc Dimension.cc Exception.cc Extent.cc    \
 fed.cc FederateLevelList.cc FedRegion.cc FedTime.cc GAV_aux.cc GAV.cc  \
 GSSAPIHandler.cc InteractionBroadcastList.cc Interaction.cc            \
-InteractionSet.cc LBTS.cc MessageBody.cc Message.cc Message_R.cc       \
+InteractionSet.cc LBTS.cc Message.cc Message_R.cc      \
 Message_W.cc \
 Named.cc NetworkMessage.cc NetworkMessage_RW.cc ObjectAttribute.cc     \
 NM_Classes.hh NM_Classes.cc \

Index: MessageBody.hh
===================================================================
RCS file: MessageBody.hh
diff -N MessageBody.hh
--- MessageBody.hh      29 May 2008 12:20:37 -0000      3.16
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,33 +0,0 @@
-// ----------------------------------------------------------------------------
-// CERTI - HLA RunTime Infrastructure
-// Copyright (C) 2002-2005  ONERA
-//
-// This program is free software ; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public License
-// as published by the Free Software Foundation ; either version 2 of
-// the License, or (at your option) any later version.
-//
-// This program is distributed in the hope that it will be useful, but
-// WITHOUT ANY WARRANTY ; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// 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: MessageBody.hh,v 3.16 2008/05/29 12:20:37 rousse Exp $
-// ----------------------------------------------------------------------------
-
-#ifndef LIBCERTI_MESSAGE_BODY_HH
-#define LIBCERTI_MESSAGE_BODY_HH
-
-#include "certi.hh"
-
-#include <cstring>
-#include <vector>
-
-
-#endif // LIBCERTI_MESSAGE_BODY_HH
-
-// $Id: MessageBody.hh,v 3.16 2008/05/29 12:20:37 rousse Exp $

Index: MessageBody.cc
===================================================================
RCS file: MessageBody.cc
diff -N MessageBody.cc
--- MessageBody.cc      29 May 2008 12:20:37 -0000      3.18
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,27 +0,0 @@
-// ----------------------------------------------------------------------------
-// CERTI - HLA RunTime Infrastructure
-// Copyright (C) 2002-2005 ONERA
-//
-// This program is free software ; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public License
-// as published by the Free Software Foundation ; either version 2 of
-// the License, or (at your option) any later version.
-//
-// This program is distributed in the hope that it will be useful, but
-// WITHOUT ANY WARRANTY ; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// 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: MessageBody.cc,v 3.18 2008/05/29 12:20:37 rousse Exp $
-// ----------------------------------------------------------------------------
-
-
-#include "MessageBody.hh"
-
-
-// $Id: MessageBody.cc,v 3.18 2008/05/29 12:20:37 rousse Exp $




reply via email to

[Prev in Thread] Current Thread [Next in Thread]