28 #ifndef _CPPUHELPER_WEAKAGG_HXX_
29 #define _CPPUHELPER_WEAKAGG_HXX_
32 #include <com/sun/star/uno/XAggregation.hpp>
51 ,
public ::com::sun::star::uno::XAggregation
62 virtual void SAL_CALL acquire() throw();
66 virtual
void SAL_CALL release() throw();
75 virtual ::com::sun::star::uno::Any SAL_CALL
queryInterface( const ::com::sun::star::uno::Type & rType )
76 throw(::com::sun::star::uno::RuntimeException);
82 virtual
void SAL_CALL setDelegator( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > & Delegator )
83 throw(::com::sun::star::uno::RuntimeException);
89 virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType )
90 throw(::com::sun::star::uno::RuntimeException);
103 ::com::sun::star::uno::WeakReferenceHelper xDelegator;