#include "OW_config.h"#include "OW_RequestHandlerIFCXML.hpp"#include "OW_Assertion.hpp"#include "OW_CIMErrorException.hpp"#include "OW_XMLOperationGeneric.hpp"#include "OW_Format.hpp"#include "OW_ConfigOpts.hpp"#include "OW_ServiceEnvironmentIFC.hpp"#include "OW_ThreadCancelledException.hpp"#include "OW_XMLParseException.hpp"#include "OW_Logger.hpp"#include "OW_OperationContext.hpp"#include "OW_Array.hpp"Include dependency graph for OW_RequestHandlerIFCXML.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | OW_NAMESPACE |
Defines | |
| #define | OW_LOGDEBUG(msg) OW_LOG_DEBUG(this->getEnvironment()->getLogger(COMPONENT_NAME), msg) |
| #define | OW_LOGINFO(msg) OW_LOG_INFO(this->getEnvironment()->getLogger(COMPONENT_NAME), msg) |
| #define | OW_LOGERROR(msg) OW_LOG_ERROR(this->getEnvironment()->getLogger(COMPONENT_NAME), msg) |
| #define | OW_LOGFATALERROR(msg) OW_LOG_FATAL_ERROR(this->getEnvironment()->getLogger(COMPONENT_NAME), msg) |
Variables | |
| const String | OW_NAMESPACE::COMPONENT_NAME ("ow.requesthandler.cimxml") |
|
|
Definition at line 50 of file OW_RequestHandlerIFCXML.cpp. |
|
|
Definition at line 52 of file OW_RequestHandlerIFCXML.cpp. |
|
|
Definition at line 53 of file OW_RequestHandlerIFCXML.cpp. |
|
|
Definition at line 51 of file OW_RequestHandlerIFCXML.cpp. |
1.4.6