1#ifndef INC_GLONOTIFYNOTE_H
2#define INC_GLONOTIFYNOTE_H
47#if defined(_MSC_VER) || defined(__MINGW32__) || defined(__MINGW64__)
49#elif defined(__GNUC__)
50 #define INT_PTR intptr_t
53#if defined(_MSC_VER) || defined(__MINGW32__) || defined(__MINGW64__)
55#elif defined(__GNUC__)
59 #include <sys/types.h>
60 #include <sys/socket.h>
61 #include <netinet/in.h>
63 #include <arpa/inet.h>
65 #define SOCKET unsigned long
66 #define SOCKADDR_IN sockaddr_in
67 #define SOCKADDR sockaddr
68 #define HOSTENT hostent
69 #define INVALID_SOCKET (SOCKET)(~0)
70 #define SOCKET_ERROR (-1)
Für jede Bibliothek, hier 'GlobalObjects' gibt es eine Typen-Datei.
Ein Objekt-ID besteht aus der Klassen-ID, einer Datenbank-ID und der eigentlichen eindeutigen ObjektZ...
Definition GloObjID.h:84
Definition GloAbstractBaseLot.h:49
unsigned long TdWatchNotifyMode
Definition GloTypes.h:577
const TdWatchNotifyMode WNM_NONE
Definition GloTypes.h:588
std::string m_strInfo
Definition GloNotifyNote.h:202
std::string m_strInfo2
Definition GloNotifyNote.h:213
ObjID m_ObjID
Definition GloNotifyNote.h:169
unsigned int m_uiCommunicatorID
Definition GloNotifyNote.h:139
TdWatchNotifyMode m_ulNotifyMode
Definition GloNotifyNote.h:103
std::string m_strClientName
Definition GloNotifyNote.h:150
unsigned int m_uiInfo
Definition GloNotifyNote.h:180
SOCKET m_nSocket
Definition GloNotifyNote.h:128
unsigned int m_uiInfo2
Definition GloNotifyNote.h:191
NUM_PTR m_ipCallBack
Definition GloNotifyNote.h:117
NotifyNote()
Definition GloNotifyNote.h:227