19 #ifndef _CPPUHELPER_WEAKAGG_HXX_
20 #define _CPPUHELPER_WEAKAGG_HXX_
23 #include <com/sun/star/uno/XAggregation.hpp>
42 ,
public ::com::sun::star::uno::XAggregation
53 virtual void SAL_CALL acquire() throw();
57 virtual
void SAL_CALL release() throw();
66 virtual ::com::sun::star::uno::Any SAL_CALL
queryInterface( const ::com::sun::star::uno::Type & rType )
67 throw(::com::sun::star::uno::RuntimeException);
73 virtual
void SAL_CALL setDelegator( const ::com::sun::star::uno::
Reference< ::com::sun::star::uno::XInterface > & Delegator )
74 throw(::com::sun::star::uno::RuntimeException);
80 virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType )
81 throw(::com::sun::star::uno::RuntimeException);
94 ::com::sun::star::uno::WeakReferenceHelper xDelegator;