23 #ifndef INCLUDED_CPPUHELPER_WEAKAGG_HXX
24 #define INCLUDED_CPPUHELPER_WEAKAGG_HXX
28 #include "com/sun/star/uno/XAggregation.hpp"
47 ,
public css::uno::XAggregation
62 virtual
void SAL_CALL release()
SAL_NOEXCEPT SAL_OVERRIDE;
71 virtual css::uno::Any SAL_CALL
queryInterface( const css::uno::Type & rType ) SAL_OVERRIDE;
77 virtual
void SAL_CALL setDelegator( const css::uno::Reference< css::uno::XInterface > & Delegator ) SAL_OVERRIDE;
83 virtual css::uno::Any SAL_CALL queryAggregation( const css::uno::Type & rType ) SAL_OVERRIDE;
96 css::uno::WeakReferenceHelper xDelegator;
100 SAL_DELETED_FUNCTION;
Base class to implement a UNO object supporting weak references, i.e.
Definition: weakagg.hxx:45
OWeakAggObject()
Constructor.
Definition: weakagg.hxx:52
css::uno::Any queryInterface(const css::uno::Type &rType, Interface1 *p1)
Compares demanded type to given template argument types.
Definition: queryinterface.hxx:43
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:32
#define SAL_DELETED_FUNCTION
short-circuit extra-verbose API namespaces
Definition: types.h:378
#define SAL_OVERRIDE
C++11 "override" feature.
Definition: types.h:391
Base class to implement a UNO object supporting weak references, i.e.
Definition: weak.hxx:47
#define SAL_NOEXCEPT
Macro for C++11 "noexcept" vs.
Definition: types.h:416