|
RType
|
#include <AService.hpp>


Public Member Functions | |
| AService (std::shared_ptr< ServerSocket > serverSocket) | |
| Construct a new AService:: AService object. More... | |
| ~AService () override=default | |
| Destroy the AService:: AService object. More... | |
| virtual void | update (std::shared_ptr< Event > event, std::shared_ptr< IComponentRType > component)=0 |
| update, update the service More... | |
Public Member Functions inherited from IService | |
| virtual | ~IService ()=default |
| Construct a new IService:: IService object. More... | |
| virtual void | update (IGame *game, std::vector< IObject * > objects)=0 |
Additional Inherited Members | |
Protected Attributes inherited from IService | |
| std::shared_ptr< ServerSocket > | _serverSocket |
Definition at line 13 of file AService.hpp.
|
explicit |
Construct a new AService:: AService object.
| serverSocket |
Definition at line 16 of file AService.cpp.
|
pure virtual |