Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Normalize virtual/override usage
[simgrid.git] / src / surf / network_constant.cpp
index 1872ae1..bbe31a5 100644 (file)
@@ -23,6 +23,8 @@ void surf_network_model_init_Constant()
 namespace simgrid {
   namespace surf {
 
+    NetworkConstantModel::~NetworkConstantModel() {}
+
     Link* NetworkConstantModel::createLink(const char *name, double bw, double lat, e_surf_link_sharing_policy_t policy,
         xbt_dict_t properties) {
 
@@ -98,5 +100,8 @@ namespace simgrid {
         stateSet_->push_back(*this);
       }
     };
+
+    NetworkConstantAction::~NetworkConstantAction() {}
+
   }
 }