19 #ifndef INCLUDED_CPPUHELPER_COMPBASE_EX_HXX
20 #define INCLUDED_CPPUHELPER_COMPBASE_EX_HXX
24 #include "com/sun/star/lang/XComponent.hpp"
29 namespace osl {
class Mutex; }
39 ,
public css::lang::XComponent
48 virtual void SAL_CALL disposing();
54 WeakComponentImplHelperBase( ::
osl::Mutex & rMutex );
61 static
void * SAL_CALL operator new(
size_t nSize )
63 static void SAL_CALL
operator delete(
void * pMem )
65 static void * SAL_CALL
operator new( size_t,
void * pMem )
67 static void SAL_CALL
operator delete(
void *,
void * )
72 virtual void SAL_CALL acquire()
74 virtual
void SAL_CALL release()
77 virtual
void SAL_CALL addEventListener(
79 virtual
void SAL_CALL removeEventListener(
87 : public ::
cppu::OWeakAggObject
88 , public
css::lang::XComponent
95 virtual void SAL_CALL disposing();
97 WeakAggComponentImplHelperBase( ::
osl::Mutex & rMutex );
102 static
void * SAL_CALL operator new(
size_t nSize )
104 static void SAL_CALL
operator delete(
void * pMem )
106 static void * SAL_CALL
operator new( size_t,
void * pMem )
108 static void SAL_CALL
operator delete(
void *,
void * )
113 virtual css::uno::Any SAL_CALL queryAggregation(
115 virtual void SAL_CALL acquire()
117 virtual
void SAL_CALL release()
120 virtual
void SAL_CALL addEventListener(
122 virtual
void SAL_CALL removeEventListener(
129 css::uno::Type const & rType,
132 ::
cppu::WeakComponentImplHelperBase * pBase );
141 css::uno::Type const & rType,
144 ::
cppu::WeakAggComponentImplHelperBase * pBase );