Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
pull up two more methods in the surf::Host hierarchy
[simgrid.git] / src / surf / surf_interface.hpp
index 5789d59..8599ee8 100644 (file)
@@ -62,11 +62,6 @@ namespace surf {
 }
 #endif
 
-#ifdef _MSC_VER
-#pragma warning( disable : 4251)
-// 4251: needs to have dll-interface to be used by clients of class
-#endif
-
 extern XBT_PRIVATE tmgr_history_t history;
 #define NO_MAX_DURATION -1.0
 
@@ -483,12 +478,7 @@ public:
   /** @brief Set the [state](\ref e_surf_resource_state_t) of the current Resource */
   virtual void setState(e_surf_resource_state_t state);
 
-protected:
-  void die();
-  virtual void onDie();
-
 private:
-  bool alive_ = true;
   const char *p_name;
   Model *p_model;
   bool m_running;