Defines | Variables

TCPWin32AccountHandler.cpp File Reference

#include <boost/lexical_cast.hpp>
#include "TCPWin32AccountHandler.h"

Defines

#define ABI_RID_DIALOG_COLLABTCP_SERVERENTRY   201
#define ABI_RID_DIALOG_COLLABTCP_PORTENTRY   202
#define ABI_RID_DIALOG_COLLABTCP_SERVERLABEL   203
#define ABI_RID_DIALOG_COLLABTCP_PORTLABEL   204
#define ABI_RID_DIALOG_COLLABTCP_SERVERRADIO   205
#define ABI_RID_DIALOG_COLLABTCP_JOINRADIO   206
#define ABI_RID_DIALOG_COLLABTCP_AUTOCONNECTCHECK   207
#define ABI_RID_DIALOG_COLLABTCP_ALLOWALLCHECK   208
#define DESTROY_WINDOW(M)   if (M) { int res = DestroyWindow(M); UT_ASSERT_HARMLESS(res); M = 0; }

Variables

AccountHandlerConstructor TCPAccountHandlerConstructor = &TCPWin32AccountHandler::static_constructor

Define Documentation

#define ABI_RID_DIALOG_COLLABTCP_ALLOWALLCHECK   208
#define ABI_RID_DIALOG_COLLABTCP_AUTOCONNECTCHECK   207
#define ABI_RID_DIALOG_COLLABTCP_JOINRADIO   206
#define ABI_RID_DIALOG_COLLABTCP_PORTENTRY   202
#define ABI_RID_DIALOG_COLLABTCP_PORTLABEL   204
#define ABI_RID_DIALOG_COLLABTCP_SERVERENTRY   201
#define ABI_RID_DIALOG_COLLABTCP_SERVERLABEL   203
#define ABI_RID_DIALOG_COLLABTCP_SERVERRADIO   205
#define DESTROY_WINDOW (   M  )     if (M) { int res = DestroyWindow(M); UT_ASSERT_HARMLESS(res); M = 0; }

Variable Documentation

AccountHandlerConstructor TCPAccountHandlerConstructor = &TCPWin32AccountHandler::static_constructor