Public Member Functions

converse::ConversationRouter Class Reference
[Conversation Library]

Object that knows how to route conversation dialogs. More...

#include <conversation.h>

List of all members.

Public Member Functions

virtual void routeConversationTS (IN const char *guid, IN int dialogId, IN int playerId, IN conn_id_t connId, IN const char *dialogData)=0

Protected Member Functions

virtual ~ConversationRouter (void) throw ()
 cannot delete through this interface!

Detailed Description

Object that knows how to route conversation dialogs.

On the server, this object knows how to send dialogs over the network. On the client, this object knows how to render local dialogs. Clients must supply this. Must be threadsafe!

Definition at line 188 of file conversation.h.


Member Function Documentation

virtual void converse::ConversationRouter::routeConversationTS ( IN const char *  guid,
IN int  dialogId,
IN int  playerId,
IN conn_id_t  connId,
IN const char *  dialogData 
) [pure virtual]

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