Data of Class OPropertySetHelper


rBHelper
OBroadcastHelper & rBHelper;

Summary
The common data of a broadcaster. Use the mutex, disposing state and the listener container.

aBoundLC
OMultiTypeInterfaceContainerHelperInt32 aBoundLC;

Summary
Container for the XProperyChangedListener. The listeners are inserted by handle.

aVetoableLC
OMultiTypeInterfaceContainerHelperInt32 aVetoableLC;

Summary
Container for the XPropertyVetoableListener. The listeners are inserted by handle.

m_pReserved
const std::auto_ptr< Impl > m_pReserved;

Summary
reserved for future use. finally, the future has arrived...

Top of Page