/** Deprecated. Helper for implementing css::lang::XComponent. Upondisposingobjectsofthisclass,sub-classesreceiveadisposing()call.Objectsof thisclasscanbeheldweakly,i.e.byacss::uno::WeakReference.Objectof thisclasscanbeaggregated,i.e.incomingqueryInterface()callsaredelegated.
@attention Thelife-cycleofthepassedmutexreferencehastobelongerthanobjectsofthisclass. @deprecated
*/ class CPPUHELPER_DLLPUBLIC OComponentHelper
: public ::cppu::OWeakAggObject
, public css::lang::XTypeProvider
, public css::lang::XComponent
{ public: /** Constructor.
@paramrMutex themutexusedtoprotectmulti-threadedaccess; lifetimemustbelongerthanthelifetimeofthisobject.
*/
OComponentHelper( ::osl::Mutex & rMutex ); /** Destructor. If this object was not disposed previously, object will be disposed manually.
*/ virtual ~OComponentHelper() SAL_OVERRIDE;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.