]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/mc_forward.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename smx_synchro_t to smx_activity_t
[simgrid.git] / src / mc / mc_forward.hpp
index e77c97d01b5243e6686dc1a5c597c7d3b245cb9f..e36347e0c7260c1266e8eae007c978a419d5302d 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
  */
@@ -26,6 +26,10 @@ class Member;
 class Type;
 class Variable;
 class Frame;
+class SimixProcessInformation;
+
+class Session;
+class Checker;
 
 }
 }