Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Delete and create a new files prefixed by Msg because on Windows I can't link to...
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 12 Sep 2008 12:48:07 +0000 (12:48 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 12 Sep 2008 12:48:07 +0000 (12:48 +0000)
commit331a25db7c5afa9a51e7c15b84dd9c5e99960450
treedb4220160e2f7423580c20258934fd01da078ea1
parent27762ebaebfa8b7bc44b30fac206de15fc157041
Delete and create a new files prefixed by Msg because on Windows I can't link to object files with the same name in the same library (for example emvironment.o and Environment.o).

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5915 48e7efb5-ca39-0410-a469-dd3cf9ba447f
14 files changed:
src/cxx/Application.cxx [deleted file]
src/cxx/Application.hpp [deleted file]
src/cxx/ApplicationHandler.cxx [deleted file]
src/cxx/ApplicationHandler.hpp [deleted file]
src/cxx/Environment.cxx [deleted file]
src/cxx/Environment.hpp [deleted file]
src/cxx/Host.cxx [deleted file]
src/cxx/Host.hpp [deleted file]
src/cxx/Process.cxx [deleted file]
src/cxx/Process.hpp [deleted file]
src/cxx/Simulation.cxx [deleted file]
src/cxx/Simulation.hpp [deleted file]
src/cxx/Task.cxx [deleted file]
src/cxx/Task.hpp [deleted file]