This class maintains server-specific data for objects. More...
#include <srv-object.h>


Public Member Functions | |
| virtual | ~ServerObject (void) throw () |
| virtual void | setAnimationState (IN conn_id_t ownerId, IN const char *state)=0 |
| virtual const char * | getAnimationState (IN conn_id_t recipient) const =0 |
This class maintains server-specific data for objects.
It is an object of type aesop::ComponentData, where the component name is "_server".
Definition at line 60 of file srv-object.h.
| aesop::ServerObject::~ServerObject | ( | void | ) | throw () [virtual] |
Definition at line 39 of file srv-object.cpp.
| virtual void aesop::ServerObject::setAnimationState | ( | IN conn_id_t | ownerId, | |
| IN const char * | state | |||
| ) | [pure virtual] |
| virtual const char* aesop::ServerObject::getAnimationState | ( | IN conn_id_t | recipient | ) | const [pure virtual] |
1.7.1