1#ifndef INC_GLOCLIENTTHREAD_H
2#define INC_GLOCLIENTTHREAD_H
118 std::map< unsigned long, ClassInfo *, std::less<unsigned long> > *
m_pSchemaMap;
231 int initTcpClient(
const std::string & rstrHostname,
unsigned int uiPort,
int iSecTimeOut );
302 void setSchemaMap( std::map< unsigned long, ClassInfo *> * pSchemaMap );
341 #if defined (__PTHREADS)
358 virtual void cleanUp();
For each library, here 'GlobalObjects' there is a type file.
#define __glo_export_dll
Definition GloTypes.h:70
The client, which communicates with a GloServer.
Definition GloClient.h:69
Objects of this class serve as interface between Base or PrivateBase and Manager. In the documentatio...
Definition GloClientThread.h:105
std::map< unsigned long, ClassInfo *, std::less< unsigned long > > * m_pSchemaMap
Definition GloClientThread.h:118
virtual void cancel() override
virtual int assignDBManager(OrderMsg *pOrderMsg) override
void setOrderstop(bool bOrderstop=true)
ClientThread(const ClientThread &)
int initTcpClient(const std::string &rstrHostname, unsigned int uiPort, int iSecTimeOut)
const std::map< unsigned long, ClassInfo * > * getSchemaMap()
ClientThread(const std::string &rstrHostname, unsigned int uiPort, int iSecTimeOut)
virtual int sendToDBManager(OrderMsg *pOrderMsg) const override
Client * m_pTcpClient
Definition GloClientThread.h:129
void setSchemaMap(std::map< unsigned long, ClassInfo * > *pSchemaMap)
bool m_bOrderstop
Definition GloClientThread.h:140
Superclass of LocalThread, ClientThread and ServerThread, because they can act as senders and receive...
Definition GloCommunicator.h:93
This class is used to handle the communication between the application that uses GlobalObjects and Gl...
Definition GloOrderMsg.h:84
Definition GloAbstractBaseLot.h:49