object that manages conversations on the server This object must be threadsafe! More...
#include <conversation.h>
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) |
object that manages conversations on the server This object must be threadsafe!
Definition at line 207 of file conversation.h.
converse::ConversationManager::~ConversationManager | ( | void | ) | throw () [virtual] |
Definition at line 43 of file conversation.cpp.