From: cherierm Date: Fri, 12 Sep 2008 13:05:23 +0000 (+0000) Subject: change consecutive to the renaming of the CXX wrappers X-Git-Tag: v3.3~191 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cdbf1d5cdc2af127ea684431e9a4e7fe6ab17ca6?hp=ffd3399be33c589c5a5e720958f6351fdf9b0706 change consecutive to the renaming of the CXX wrappers git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5917 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/cxx/Msg.cxx b/src/cxx/Msg.cxx index eb23f4f7f4..cb622f8baf 100644 --- a/src/cxx/Msg.cxx +++ b/src/cxx/Msg.cxx @@ -16,8 +16,8 @@ #include -#include -#include +#include +#include #include @@ -59,7 +59,7 @@ namespace SimGrid void info(const StringHelper& s) { StringHelper clock; - + cout << "["; cout << Host::currentHost().getName(); cout << ":"; @@ -93,7 +93,7 @@ namespace SimGrid void error(const StringHelper& s) { StringHelper clock; - + cout << "["; cout << Host::currentHost().getName(); cout << ":"; diff --git a/src/cxx/makefile b/src/cxx/makefile index dd73ad335f..cc4994419a 100644 --- a/src/cxx/makefile +++ b/src/cxx/makefile @@ -2,9 +2,9 @@ LIBNAME = libSimGridX PREFIX = /home/mcherier/com/loria/SimGridX/lib INCLUDEDIR = $(PREFIX)/ SRCDIR = $(PREFIX)/ -OBJECTS = Application.o ApplicationHandler.o BadAllocException.o ClassNotFoundException.o Environment.o Exception.o FileNotFoundException.o Host.o HostNotFoundException.o \ - InvalidArgumentException.o LogicException.o Msg.o MsgException.o NullPointerException.o Object.o OutOfBoundsException.o Process.o ProcessNotFoundException.o Simulation.o \ - StringHelper.o Task.o +OBJECTS = MsgApplication.o MsgApplicationHandler.o BadAllocException.o ClassNotFoundException.o MsgEnvironment.o Exception.o FileNotFoundException.o MsgHost.o HostNotFoundException.o \ + InvalidArgumentException.o LogicException.o Msg.o MsgException.o NullPointerException.o Object.o OutOfBoundsException.o MsgProcess.o ProcessNotFoundException.o MsgSimulation.o \ + StringHelper.o MsgTask.o CXX = g++ CXXFLAGS = -I$(INCLUDEDIR) -I/home/mcherier/svn/simgrid/include/ -I/home/mcherier/svn/simgrid/src/ -I/home/mcherier/svn/simgrid/src/include/ -D_DEBUG -DSIMGRIDX_EXPORTS -fPIC -Wall -ansi -pedantic