Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use pointers instead references.
[simgrid.git] / src / cxx / Object.cxx
index 3d649a1..5d91680 100644 (file)
@@ -1,10 +1,28 @@
+/*\r
+ * Object.cxx\r
+ *\r
+ * Copyright 2006,2007 Martin Quinson, Malek Cherier           \r
+ * All right reserved. \r
+ *\r
+ * This program is free software; you can redistribute \r
+ * it and/or modify it under the terms of the license \r
+ *(GNU LGPL) which comes with this package. \r
+ *\r
+ */\r
\r
+ /* SimGrid::Msg RTTI implementation.\r
+  */  \r
+\r
 #include <Object.hpp>\r
 #include <string.h>\r
 \r
+#include <xbt/dynar.h>\r
+\r
 \r
-DeclaringClasses* DeclaringClass::declaringClasses = NULL;\r
 \r
 \r
+DeclaringClasses* DeclaringClass::declaringClasses = NULL;\r
+\r
 namespace SimGrid\r
 {\r
        namespace Msg\r