#include <services.h>
Inheritance diagram for Ishtar::GetServicesCall:
Public Member Functions | |
virtual | ~GetServicesCall () |
Destructor. | |
virtual void | serialize (OutputStream *stream) |
Serialize this call to stream. | |
virtual void | deserializeSpecified (InputStream *stream) |
Deserialize this call from stream, the type has already been read because the Call is already created. | |
virtual Answer * | execute (ServicesContainer *registrar) |
Execute this call of the ServiceContainer registrar and return the corresponding answer. Return NULL if there is no answer. |