Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The creation of the pimpl needs no simcall
[simgrid.git] / src / mc / mc_forward.hpp
index 5c704d4..8a72ae6 100644 (file)
@@ -1,10 +1,9 @@
-/* Copyright (c) 2007-2015. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2007-2019. The SimGrid Team. All rights reserved.          */
 
 /* 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,15 +15,21 @@ 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 Transition;
 class Frame;
+class ActorInformation;
+
+class Session;
+class Checker;
 
 }
 }