Public Member Functions

aesop::ServerObject Class Reference
[AESOP Server Library]

This class maintains server-specific data for objects. More...

#include <srv-object.h>

Inheritance diagram for aesop::ServerObject:
Inheritance graph
[legend]
Collaboration diagram for aesop::ServerObject:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~ServerObject (void) throw ()
virtual void setAnimationState (conn_id_t ownerId, const char *state)=0
virtual const char * getAnimationState (conn_id_t recipient) const =0

Detailed Description

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.


Constructor & Destructor Documentation

aesop::ServerObject::~ServerObject ( void   )  throw () [virtual]

Definition at line 39 of file srv-object.cpp.


Member Function Documentation

virtual void aesop::ServerObject::setAnimationState ( conn_id_t  ownerId,
const char *  state 
) [pure virtual]
virtual const char* aesop::ServerObject::getAnimationState ( conn_id_t  recipient  )  const [pure virtual]

The documentation for this class was generated from the following files: