X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/83f54f6317f4a731d5534216d9ffb51b69dd51c9..ca3f81bbdb29e514038a035ae1e3d222a5c7d6b5:/include/simgrid/forward.h diff --git a/include/simgrid/forward.h b/include/simgrid/forward.h index b4773eb3d6..83bb7b145f 100644 --- a/include/simgrid/forward.h +++ b/include/simgrid/forward.h @@ -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