Public Member Functions

converse::ConversationManager Class Reference
[Conversation Library]

object that manages conversations on the server This object must be threadsafe! More...

#include <conversation.h>

Inheritance diagram for converse::ConversationManager:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual bool updateConversationTS (IN const char *guid, IN conn_id_t connId, IN int playerId, IN smart_ptr< ConversationHost > host)=0
virtual bool handleDialogReplyTS (IN const char *guid, IN int dialogId, IN conn_id_t connId, IN int playerId, IN const Datahash *reply)=0
virtual void updateAll (void)=0



virtual ~ConversationManager (void) throw ()
static smart_ptr
< ConversationManager
create (IN ConversationRouter *router)

Detailed Description

object that manages conversations on the server This object must be threadsafe!

Definition at line 207 of file conversation.h.


Constructor & Destructor Documentation

converse::ConversationManager::~ConversationManager ( void   )  throw () [virtual]

Definition at line 43 of file conversation.cpp.


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