Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Make C++ classes out of addres_space, process, snapshot
[simgrid.git] / src / mc / AddressSpace.cpp
similarity index 72%
rename from src/mc/mc_address_space.cpp
rename to src/mc/AddressSpace.cpp
index df738ec..5a95cd8 100644 (file)
@@ -4,4 +4,14 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include "mc_address_space.h"
+#include "AddressSpace.hpp"
+
+namespace simgrid {
+namespace mc {
+
+AddressSpace::~AddressSpace()
+{
+}
+
+}
+}