Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Misc. cosmetic changes.
[simgrid.git] / src / kernel / EngineImpl.hpp
index fc9b8c1..f8f921c 100644 (file)
@@ -88,7 +88,7 @@ public:
   EngineImpl(const EngineImpl&) = delete;
   EngineImpl& operator=(const EngineImpl&) = delete;
   virtual ~EngineImpl();
-  void shutdown();
+  static void shutdown();
 #endif
 
   void initialize(int* argc, char** argv);
@@ -115,7 +115,7 @@ public:
     context_factory_ = nullptr;
   }
 
-  void context_mod_init();
+  void context_mod_init() const;
   /**
    * @brief Add a model to engine list
    *