#include "OW_config.h"#include "OW_Types.hpp"#include "OW_String.hpp"#include "OW_SharedLibraryReference.hpp"#include "OW_SortedVectorMap.hpp"#include "OW_IntrusiveReference.hpp"#include "OW_ServiceIFC.hpp"#include "OW_IfcsFwd.hpp"#include "OW_CommonFwd.hpp"#include <iosfwd>Include dependency graph for OW_RequestHandlerIFC.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
| Namespaces | |
| namespace | OW_NAMESPACE | 
| Classes | |
| class | OW_NAMESPACE::RequestHandlerIFC | 
| This is an abstract base class for a CIM product requiring a HTTP Server.  More... | |
| Defines | |
| #define | OW_REQUEST_HANDLER_FACTORY(derived, handlerName) | 
| 
 | 
| Value: extern "C" OW_EXPORT OW_NAMESPACE::RequestHandlerIFC* \ createRequestHandler() \ { \ return new derived; \ } \ extern "C" OW_EXPORT const char* \ getOWVersion() \ { \ return OW_VERSION; \ } Definition at line 154 of file OW_RequestHandlerIFC.hpp. | 
 1.4.6
 1.4.6