Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use pointers instead references.
[simgrid.git] / src / cxx / Exception.cxx
index 5e54f88..94ae26e 100644 (file)
@@ -1,3 +1,19 @@
+/*\r
+ * Exception.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
+ /* Exception member functions implementation.\r
+  * The base class of all the types of exceptions of SimGrid::Msg.\r
+  */  \r
+\r
 #include <Exception.hpp>\r
 \r
 namespace SimGrid\r