Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CODEX_KeyService::ClientResponseEventBase Class Reference

Abstract base class for events containing responses for clients. More...

#include <ClientResponseEvent.h>

Inheritance diagram for CODEX_KeyService::ClientResponseEventBase:

Inheritance graph
[legend]
Collaboration diagram for CODEX_KeyService::ClientResponseEventBase:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ClientResponseEventBase (CODEX_Events::Activity *source)
 Create a new ClientResponseEventBase, forwarding the event source to the base Activity class.
virtual ~ClientResponseEventBase ()
 Virtual destructor.
virtual int marshal (unsigned char **pp)=0
 Forward a marshal request to the underlying message.
virtual bool handle ()=0
 This virtual method allows a derived class to call the handler for its appropriate Activity, thereby enabling the Activity to distinguish the event by overloading on type.
Activitysource ()
 The Activity that created this event.

Protected Attributes

Activity * m_source
 Source of this event.

Detailed Description

Abstract base class for events containing responses for clients.

The internally stored message can be marshalled directly through this object, so a non-const reference to the message never needs to be returned.

Definition at line 37 of file ClientResponseEvent.h.


The documentation for this class was generated from the following file:
Generated on Fri May 6 17:42:15 2005 for COrnell Data EXchange (CODEX) by  doxygen 1.4.1