|
COAR
1.0
COAR - DMS system
|
#include "headers.hh"#include <dlfcn.h>#include <xercesc/parsers/XercesDOMParser.hpp>#include <xercesc/dom/DOM.hpp>#include <xercesc/sax/HandlerBase.hpp>#include <xercesc/util/XMLString.hpp>#include <xercesc/util/PlatformUtils.hpp>#include "coar.h"#include "settingsxml.h"#include "complexout.h"#include "trlog.h"#include "foldermanagement.h"#include "searchengine.h"#include "dashboard.h"#include "docinstancesmap.h"Variables | |
| char | msgBuf [1024] |
| __thread ComplexOutput * | co_app = NULL |
| __thread ComplexOutput * | co_err = NULL |
| __thread ComplexOutput * | co_dev = NULL |
| __thread bool | coarCreated = false |
| XERCES_CPP_NAMESPACE_USE __thread int DLL_PUBLIC | coar_errno = 0 |
| __thread char DLL_PUBLIC | coar_errdsc [256] = "" |
| int | XMLPlatformUtilsReferenced = 0 |
| pthread_mutex_t | XMLmut = PTHREAD_MUTEX_INITIALIZER |
| const char * | errStrings [10][30] |
| __thread ComplexOutput* co_app = NULL |
| __thread ComplexOutput* co_dev = NULL |
| __thread ComplexOutput* co_err = NULL |
| __thread char DLL_PUBLIC coar_errdsc[256] = "" |
| XERCES_CPP_NAMESPACE_USE __thread int DLL_PUBLIC coar_errno = 0 |
| __thread bool coarCreated = false |
| const char* errStrings[10][30] |
| char msgBuf[1024] |
| pthread_mutex_t XMLmut = PTHREAD_MUTEX_INITIALIZER |
| int XMLPlatformUtilsReferenced = 0 |