1#ifndef INC_GLOLOCALTHREAD_H
2#define INC_GLOLOCALTHREAD_H
144 const std::vector< std::string > & rAllowedSchemes );
208 #if defined (__PTHREADS)
224 virtual void cleanUp();
Header for Manager Manager::Receiver Manager::ObjIdWithDepends Manager::SchemaMapItem
For each library, here 'GlobalObjects' there is a type file.
#define __glo_export_dll
Definition GloTypes.h:70
Superclass of LocalThread, ClientThread and ServerThread, because they can act as senders and receive...
Definition GloCommunicator.h:93
Serves as interface between Base or PrivateBase and Manager. In the documentation the ClientThread is...
Definition GloLocalThread.h:93
LocalThread(const LocalThread &)
virtual void cancel() override
Manager * m_pDBManager
Definition GloLocalThread.h:106
LocalThread(const std::string &rstrSchemaPath, const std::vector< std::string > &rAllowedSchemes)
virtual int assignDBManager(OrderMsg *pOrderMsg) override
virtual int sendToDBManager(OrderMsg *pOrderMsg) const override
The object of this class is the central point of contact for actions that deal with GlobalObjects dat...
Definition GloManager.h:193
This class is used to handle the communication between the application that uses GlobalObjects and Gl...
Definition GloOrderMsg.h:84
Definition GloAbstractBaseLot.h:49