3 #ifndef INCLUDED_CPPUHELPER_WEAKAGG_HXX
4 #define INCLUDED_CPPUHELPER_WEAKAGG_HXX
8 #include "com/sun/star/uno/XAggregation.hpp"
27 ,
public css::uno::XAggregation
42 virtual
void SAL_CALL release()
SAL_NOEXCEPT SAL_OVERRIDE;
51 virtual css::uno::Any SAL_CALL
queryInterface( const css::uno::Type & rType ) SAL_OVERRIDE;
57 virtual
void SAL_CALL setDelegator( const css::uno::Reference< css::uno::XInterface > & Delegator ) SAL_OVERRIDE;
63 virtual css::uno::Any SAL_CALL queryAggregation( const css::uno::Type & rType ) SAL_OVERRIDE;
76 css::uno::WeakReferenceHelper xDelegator;
Base class to implement a UNO object supporting weak references, i.e.
Definition: weakagg.hxx:25
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:12
css::uno::Any queryInterface(const css::uno::Type &rType, Interface1 *p1)
Compares demanded type to given template argument types.
Definition: queryinterface.hxx:23
OWeakAggObject()
Constructor.
Definition: weakagg.hxx:32
#define SAL_NOEXCEPT
Macro for C++11 "noexcept" vs.
Definition: types.h:396
#define SAL_OVERRIDE
C++11 "override" feature.
Definition: types.h:371
Base class to implement a UNO object supporting weak references, i.e.
Definition: weak.hxx:27
#define SAL_DELETED_FUNCTION
short-circuit extra-verbose API namespaces
Definition: types.h:358