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
67 virtual css::uno::Any SAL_CALL
queryInterface(
const css::uno::Type & rType )
68 throw(css::uno::RuntimeException, std::exception)
SAL_OVERRIDE;
74 virtual void SAL_CALL setDelegator(
const css::uno::Reference< css::uno::XInterface > & Delegator )
75 throw(css::uno::RuntimeException, std::exception)
SAL_OVERRIDE;
81 virtual css::uno::Any SAL_CALL queryAggregation(
const css::uno::Type & rType )
82 throw(css::uno::RuntimeException, std::exception)
SAL_OVERRIDE;
Base class to implement an UNO object supporting weak references, i.e.
Definition: weak.hxx:43
Definition: Enterable.hxx:26
#define SAL_DELETED_FUNCTION
short-circuit extra-verbose API namespaces
Definition: types.h:410
css::uno::Any queryInterface(const css::uno::Type &rType, Interface1 *p1)
Compares demanded type to given template argument types.
Definition: queryinterface.hxx:39
#define SAL_OVERRIDE
C++11 "override" feature.
Definition: types.h:423
Base class to implement an UNO object supporting weak references, i.e.
Definition: weakagg.hxx:41
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
OWeakAggObject()
Constructor.
Definition: weakagg.hxx:48
css::uno::WeakReferenceHelper xDelegator
weak reference to delegator.
Definition: weakagg.hxx:95