8 std::shared_ptr<ScenarioManager::Data_Structure::ApplicationInstance>;
std::shared_ptr< ScenarioManager::Data_Structure::ApplicationInstance > ApplicationInstancePtr
Interface for classes that handle how application get stopped and killed.
ApplicationStopperPtr stopper
virtual void stop(Data_Structure::ApplicationInstancePtr application)=0
Stops an application.
StopStrategy(ApplicationStopperPtr stopper)
std::shared_ptr< ApplicationInstance > ApplicationInstancePtr
std::shared_ptr< ApplicationStopper > ApplicationStopperPtr
std::shared_ptr< StopStrategy > StopStrategyPtr