|
RType
|
#include <IService.hpp>

Public Member Functions | |
| virtual | ~IService ()=default |
| Construct a new IService:: IService object. More... | |
| virtual void | update (std::shared_ptr< Event > event, std::shared_ptr< IComponentRType > component)=0 |
| update, update the service More... | |
| virtual void | update (IGame *game, std::vector< IObject * > objects)=0 |
Protected Attributes | |
| std::shared_ptr< ServerSocket > | _serverSocket |
Definition at line 10 of file IService.hpp.
|
virtualdefault |
|
pure virtual |
|
protected |
Definition at line 28 of file IService.hpp.