#include "OW_config.h"#include "OW_ServiceEnvironmentIFC.hpp"#include "OW_SharedLibraryReference.hpp"#include "OW_IntrusiveReference.hpp"#include "OW_IntrusiveCountableBase.hpp"Include dependency graph for OW_ServiceIFC.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::ServiceIFC |
Defines | |
| #define | OW_SERVICE_FACTORY(derived, serviceName) |
|
|
Value: extern "C" OW_EXPORT OW_NAMESPACE::ServiceIFC* \ createService() \ { \ return new derived; \ } \ extern "C" OW_EXPORT const char* \ getOWVersion() \ { \ return OW_VERSION; \ } Definition at line 133 of file OW_ServiceIFC.hpp. |
1.4.6