Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: apply some sonar advices
[simgrid.git] / src / mc / mc_forward.hpp
index ed94bf9..df52571 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (c) 2007-2018. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2007-2022. 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. */
 #ifndef SIMGRID_MC_FORWARD_HPP
 #define SIMGRID_MC_FORWARD_HPP
 
-namespace simgrid {
-namespace mc {
+namespace simgrid::mc {
 
 class PageStore;
 class ChunkedData;
 class ModelChecker;
 class AddressSpace;
-class RemoteClient;
+class RemoteProcess;
 class Snapshot;
 class ObjectInformation;
 class Member;
 class Type;
 class Variable;
+class Transition;
 class Frame;
 class ActorInformation;
 
 class Session;
-class Checker;
-
-}
-}
+class Exploration;
+} // namespace simgrid::mc
 
 // TODO, try to get rid of the global ModelChecker variable
 extern simgrid::mc::ModelChecker* mc_model_checker;