Classes | Typedefs | Enumerations

AccountHandler.h File Reference

#include <map>
#include <string>
#include <list>
#include <vector>
#include "ut_types.h"
#include "ut_string_class.h"
#include "ut_vector.h"
#include "DocHandle.h"
#include <packet/xp/AbiCollab_Packet.h>
#include <account/xp/Buddy.h>
#include <account/xp/EventListener.h>

Go to the source code of this file.

Classes

class  ProtocolErrorPacket
class  AccountHandler

Typedefs

typedef enum _ConnectResult ConnectResult
typedef AccountHandler *(* AccountHandlerConstructor )()
typedef std::map< std::string,
std::string > 
PropertyMap

Enumerations

enum  _ConnectResult {
  CONNECT_SUCCESS = 0, CONNECT_FAILED, CONNECT_IN_PROGRESS, CONNECT_AUTHENTICATION_FAILED,
  CONNECT_ALREADY_CONNECTED, CONNECT_INTERNAL_ERROR
}

Typedef Documentation

typedef std::map<std::string, std::string> PropertyMap

Enumeration Type Documentation

Enumerator:
CONNECT_SUCCESS 
CONNECT_FAILED 
CONNECT_IN_PROGRESS 
CONNECT_AUTHENTICATION_FAILED 
CONNECT_ALREADY_CONNECTED 
CONNECT_INTERNAL_ERROR