#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 AccountHandler*(* AccountHandlerConstructor)() |
typedef enum _ConnectResult ConnectResult |
typedef std::map<std::string, std::string> PropertyMap |
enum _ConnectResult |