Object that knows how to route conversation dialogs. More...
#include <conversation.h>
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! |
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.
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] |