19 #ifndef INCLUDED_CPPUHELPER_COMPBASE_EX_HXX
20 #define INCLUDED_CPPUHELPER_COMPBASE_EX_HXX
23 #include "com/sun/star/lang/XComponent.hpp"
30 namespace osl {
class Mutex; }
31 namespace cppu {
struct class_data; }
41 ,
public css::lang::XComponent
50 virtual void SAL_CALL disposing();
56 WeakComponentImplHelperBase( ::
osl::Mutex & rMutex );
63 static
void * SAL_CALL operator new(
size_t nSize )
65 static void SAL_CALL
operator delete(
void * pMem )
67 static void * SAL_CALL
operator new( size_t,
void * pMem )
69 static void SAL_CALL
operator delete(
void *,
void * )
74 virtual void SAL_CALL acquire()
76 virtual
void SAL_CALL release()
79 virtual
void SAL_CALL addEventListener(
81 virtual
void SAL_CALL removeEventListener(
89 : public ::
cppu::OWeakAggObject
90 , public
css::lang::XComponent
97 virtual void SAL_CALL disposing();
99 WeakAggComponentImplHelperBase( ::
osl::Mutex & rMutex );
104 static
void * SAL_CALL operator new(
size_t nSize )
106 static void SAL_CALL
operator delete(
void * pMem )
108 static void * SAL_CALL
operator new( size_t,
void * pMem )
110 static void SAL_CALL
operator delete(
void *,
void * )
115 virtual css::uno::Any SAL_CALL queryAggregation(
117 virtual void SAL_CALL acquire()
119 virtual
void SAL_CALL release()
122 virtual
void SAL_CALL addEventListener(
124 virtual
void SAL_CALL removeEventListener(
131 css::uno::Type const & rType,
134 ::
cppu::WeakComponentImplHelperBase * pBase );
143 css::uno::Type const & rType,
146 ::
cppu::WeakAggComponentImplHelperBase * pBase );