19 #ifndef INCLUDED_CPPUHELPER_WEAKAGG_HXX
20 #define INCLUDED_CPPUHELPER_WEAKAGG_HXX
24 #include <com/sun/star/uno/XAggregation.hpp>
43 ,
public ::com::sun::star::uno::XAggregation
58 virtual
void SAL_CALL release() throw() SAL_OVERRIDE;
67 virtual ::
com::sun::star::uno::Any SAL_CALL
queryInterface( const ::
com::sun::star::uno::Type & rType )
68 throw(::
com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
74 virtual
void SAL_CALL setDelegator( const ::
com::sun::star::uno::Reference< ::
com::sun::star::uno::XInterface > & Delegator )
75 throw(::
com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
81 virtual ::
com::sun::star::uno::Any SAL_CALL queryAggregation( const ::
com::sun::star::uno::Type & rType )
82 throw(::
com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
95 ::
com::sun::star::uno::WeakReferenceHelper xDelegator;
98 OWeakAggObject & operator = ( const OWeakAggObject & rObj )
#define SAL_DELETED_FUNCTION
short-circuit extra-verbose API namespaces
Definition: types.h:404
Base class to implement an UNO object supporting weak references, i.e.
Definition: weak.hxx:42
OWeakAggObject()
Constructor.
Definition: weakagg.hxx:48
#define SAL_OVERRIDE
C++11 "override" feature.
Definition: types.h:417
Base class to implement an UNO object supporting weak references, i.e.
Definition: weakagg.hxx:41
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
inline::com::sun::star::uno::Any queryInterface(const ::com::sun::star::uno::Type &rType, Interface1 *p1)
Compares demanded type to given template argument types.
Definition: queryinterface.hxx:39
Definition: Enterable.hxx:26