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 b2905bb..83bb7b1 100644 (file)
@@ -39,9 +39,9 @@ namespace activity {
 }
 namespace lmm {
 class s_lmm_element_t;
-class s_lmm_variable_t;
-class s_lmm_constraint_t;
-class s_lmm_constraint_light_t;
+class Variable;
+class Constraint;
+class ConstraintLight;
 class s_lmm_system_t;
 }
 namespace routing {
@@ -89,9 +89,9 @@ 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::s_lmm_variable_t* 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::Variable* lmm_variable_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