Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename simgrid::kernel::lmm::s_lmm_constraint_t -> Constraint.
[simgrid.git] / include / simgrid / forward.h
index b4773eb..83bb7b1 100644 (file)
@@ -40,8 +40,8 @@ namespace activity {
 namespace lmm {
 class s_lmm_element_t;
 class Variable;
-class s_lmm_constraint_t;
-class s_lmm_constraint_light_t;
+class Constraint;
+class ConstraintLight;
 class s_lmm_system_t;
 }
 namespace routing {
@@ -90,8 +90,8 @@ typedef simgrid::surf::StorageImpl* surf_storage_t;
 typedef simgrid::kernel::lmm::s_lmm_element_t* lmm_element_t;
 typedef const simgrid::kernel::lmm::s_lmm_element_t* const_lmm_element_t;
 typedef simgrid::kernel::lmm::Variable* lmm_variable_t;
-typedef simgrid::kernel::lmm::s_lmm_constraint_t* lmm_constraint_t;
-typedef simgrid::kernel::lmm::s_lmm_constraint_light_t* lmm_constraint_light_t;
+typedef simgrid::kernel::lmm::Constraint* lmm_constraint_t;
+typedef simgrid::kernel::lmm::ConstraintLight* lmm_constraint_light_t;
 typedef simgrid::kernel::lmm::s_lmm_system_t* lmm_system_t;
 
 #else