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

Public Member Functions | |
| virtual | ~SetValuesCall () |
| Destructor. | |
| void | deleteValues (void) |
| Destroy the ValueVector in the map. | |
| 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 | |
| std::map< UInt32, ValueVector * > | values |
| The UID and the values of all services we want to set. | |
1.4.2