#include "OWBI1_config.h"
#include "OWBI1_ProviderFwd.hpp"
#include "OWBI1_DateTime.hpp"
#include "OWBI1_IntrusiveCountableBase.hpp"
Include dependency graph for OWBI1_ProviderBaseIFC.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OWBI1 |
Classes | |
class | OWBI1::BI1ProviderBaseIFC |
This is the base class implemented by all providers that are loaded by the C++ provider interface. More... | |
Defines | |
#define | OWBI1_PROVIDERFACTORY(prov, name) |
|
Value: extern "C" OWBI1_EXPORT OWBI1::BI1ProviderBaseIFC* \ createProvider##name() \ { \ return new prov; \ } Definition at line 122 of file OWBI1_ProviderBaseIFC.hpp. |