19 #ifndef INCLUDED_CPPUHELPER_WEAKAGG_HXX
20 #define INCLUDED_CPPUHELPER_WEAKAGG_HXX
24 #include "com/sun/star/uno/XAggregation.hpp"
43 ,
public css::uno::XAggregation
73 virtual
void SAL_CALL setDelegator( const
css::uno::Reference<
css::uno::XInterface > & Delegator )
SAL_OVERRIDE;
92 css::uno::WeakReferenceHelper xDelegator;
#define SAL_DELETED_FUNCTION
short-circuit extra-verbose API namespaces
Definition: types.h:374
#define SAL_OVERRIDE
C++11 "override" feature.
Definition: types.h:387
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
Definition: Enterable.hxx:27
css::uno::Any queryInterface(const css::uno::Type &rType, Interface1 *p1)
Compares demanded type to given template argument types.
Definition: queryinterface.hxx:39
Base class to implement a UNO object supporting weak references, i.e.
Definition: weak.hxx:44
Base class to implement a UNO object supporting weak references, i.e.
Definition: weakagg.hxx:44
OWeakAggObject()
Constructor.
Definition: weakagg.hxx:48
virtual void acquire() SAL_OVERRIDE
If a delegator is set, then the delegators gets acquired.