Skip Headers

Oracle® Objects for OLE C++ Class Library Developer's Guide
10g Release 1 (10.1)

Part Number B10119-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

OBound Method

Applies To

OBound

Description

OBound constructor

Usage

OBound(void)

Remarks

This constructor creates an unbound OBound object. Because OBound is a pure virtual class, you never declare any instances of OBound. This constructor is called by the subclass constructor. OBound objects must be bound with a call to BindToBinder before they are useful.

This constructor cannot fail or cause any errors.

The copy constructor for OBound is defined in the header but is not implemented. This is done so that the compiler's default implementation will not be used (it would be very incorrect). If you want an OBound subclass copy constructor, you must implement it.