next up previous contents
Next: Associator Providers Up: Writing a C++ Provider Previous: Writing a C++ Provider   Contents

Derive from an abstract base class

To create a C++ provider, simply derive a class from one or more of the abstract base classes for C++ providers. The abstract base classes are: OW_CppAssociatorProviderIFC, OW_CppIndicationExportProviderIFC, OW_CppInstanceProviderIFC, OW_CppMethodProviderIFC, OW_CppPolledProviderIFC, and OW_CppPropertyProviderIFC.

Subsections

Bart Whiteley 2002-12-12