#include <services.h>
Inheritance diagram for Ishtar::GetValuesCall:

Public Member Functions | |
| GetValuesCall () | |
| Constructor. | |
| virtual | ~GetValuesCall () |
| 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. | |
Public Attributes | |
| Int32 | requestID |
| The ID of the request, used by the proxy for queuing. | |
| std::vector< UInt32 > | services |
| The UID of all services we want the values. | |
1.4.2