]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/forward.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / include / simgrid / forward.h
index 67ba4588bc9e1bfdde5258036aa89f64bad9f13e..772a50ab5e20f37f6d9c87d1085b7f1a93d76084 100644 (file)
@@ -47,7 +47,9 @@ class Constraint;
 class ConstraintLight;
 class System;
 }
-namespace model {
+namespace resource {
+class Action;
+class Model;
 class Resource;
 }
 namespace routing {
@@ -83,7 +85,7 @@ typedef simgrid::s4u::NetZone s4u_NetZone;
 typedef simgrid::s4u::VirtualMachine s4u_VM;
 typedef boost::intrusive_ptr<simgrid::kernel::activity::ActivityImpl> smx_activity_t;
 typedef simgrid::kernel::routing::NetPoint routing_NetPoint;
-typedef simgrid::kernel::model::Resource surf_Resource;
+typedef simgrid::kernel::resource::Resource surf_Resource;
 typedef simgrid::trace_mgr::trace tmgr_Trace;
 
 typedef simgrid::kernel::context::Context* smx_context_t;