#include "OW_config.h"
#include "OW_CIMFwd.hpp"
#include "OW_SharedLibraryReference.hpp"
#include "OW_CIMOMHandleIFC.hpp"
#include "OW_IntrusiveReference.hpp"
#include "OW_ServiceIFC.hpp"
Include dependency graph for OW_WQLIFC.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::WQLIFC |
Defines | |
#define | OW_WQLFACTORY(derived, wqlname) |
|
Value: extern "C" OW_EXPORT const char* \ getOWVersion() \ { \ return OW_VERSION; \ } \ extern "C" OW_EXPORT OW_NAMESPACE::WQLIFC* \ createWQL() \ { \ return new derived; \ } Definition at line 67 of file OW_WQLIFC.hpp. |