Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Unify models apis
[simgrid.git] / src / surf / network_constant.hpp
index ec632ce..e793ac3 100644 (file)
@@ -1,3 +1,9 @@
+/* Copyright (c) 2013-2014. The SimGrid Team.
+ * All rights reserved.                                                     */
+
+/* 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 "network_cm02.hpp"
 
 #ifndef NETWORK_CONSTANT_HPP_
 #include "network_cm02.hpp"
 
 #ifndef NETWORK_CONSTANT_HPP_
@@ -30,7 +36,6 @@ public:
   ActionPtr communicate(RoutingEdgePtr src, RoutingEdgePtr dst,
                                           double size, double rate);
   void gapRemove(ActionPtr action);
   ActionPtr communicate(RoutingEdgePtr src, RoutingEdgePtr dst,
                                           double size, double rate);
   void gapRemove(ActionPtr action);
-  //FIXME:virtual void addTraces() =0;
 };
 
 /************
 };
 
 /************