Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
A string utility class and a new Exception (used to throw out of band exception)
[simgrid.git] / src / cxx / MsgException.cxx
index 5b9bd46..891588f 100644 (file)
@@ -1,11 +1,24 @@
-#include "MsgException.hpp"\r
+/*\r
+ * MsgException.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
+ /* MsgException member functions implementation.\r
+  */  \r
+\r
+#include <MsgException.hpp>\r
 \r
 #include <string.h>\r
 #include <stdlib.h>\r
 #include <stdio.h>\r
 \r
-using namespace std;\r
-\r
 namespace SimGrid\r
 {\r
        namespace Msg\r