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] / src / mc / mc_forward.hpp
index f3b032bc83e82220aa11a04a073ed7c283f54a78..6471c6fa78614836cbd46a4228e1600398ae0a7d 100644 (file)
@@ -4,7 +4,7 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-/** \file mc_forward.hpp
+/** @file mc_forward.hpp
  *
  *  Forward definitions for MC types
  */
@@ -16,14 +16,20 @@ namespace simgrid {
 namespace mc {
 
 class PageStore;
+class ChunkedData;
 class ModelChecker;
 class AddressSpace;
-class Process;
+class RemoteClient;
 class Snapshot;
 class ObjectInformation;
+class Member;
 class Type;
 class Variable;
 class Frame;
+class ActorInformation;
+
+class Session;
+class Checker;
 
 }
 }