Classes | Namespaces

srv-converse.h File Reference

#include "conversation/conversation.h"
#include "crypto/crypto.h"
Include dependency graph for srv-converse.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  aesop::new_player_conv_data_t
 used to create a conversation for new players More...
struct  aesop::admin_conv_data_t
 used to create a conversation for server admins More...

Namespaces

namespace  aesop



#define VALID_CHECK(exp, msg)   if (!(exp)) { DPRINTF(msg); return false; }
smart_ptr
< converse::ConversationHost > 
aesop::createNewPlayerConversationHost (IN smart_ptr< crypto::DESKey > &desKey, IN new_player_conv_data_t &data)
smart_ptr
< converse::ConversationHost > 
aesop::createAdminConversationHost (IN admin_conv_data_t &data)