23 #ifndef INCLUDED_CPPUHELPER_COMPBASE_EX_HXX
24 #define INCLUDED_CPPUHELPER_COMPBASE_EX_HXX
27 #include "com/sun/star/lang/XComponent.hpp"
34 namespace osl {
class Mutex; }
35 namespace cppu {
struct class_data; }
45 ,
public css::lang::XComponent
54 virtual void SAL_CALL disposing();
60 WeakComponentImplHelperBase( ::
osl::Mutex & rMutex );
67 static
void * SAL_CALL operator new(
size_t nSize )
69 static void SAL_CALL
operator delete(
void * pMem )
71 static void * SAL_CALL
operator new( size_t,
void * pMem )
73 static void SAL_CALL
operator delete(
void *,
void * )
78 virtual void SAL_CALL acquire()
80 virtual
void SAL_CALL release()
83 virtual
void SAL_CALL addEventListener(
85 virtual
void SAL_CALL removeEventListener(
93 : public ::
cppu::OWeakAggObject
94 , public
css::lang::XComponent
101 virtual void SAL_CALL disposing();
103 WeakAggComponentImplHelperBase( ::
osl::Mutex & rMutex );
108 static
void * SAL_CALL operator new(
size_t nSize )
110 static void SAL_CALL
operator delete(
void * pMem )
112 static void * SAL_CALL
operator new( size_t,
void * pMem )
114 static void SAL_CALL
operator delete(
void *,
void * )
119 virtual css::uno::Any SAL_CALL queryAggregation(
121 virtual void SAL_CALL acquire()
123 virtual
void SAL_CALL release()
126 virtual
void SAL_CALL addEventListener(
128 virtual
void SAL_CALL removeEventListener(
135 css::uno::Type const & rType,
138 ::
cppu::WeakComponentImplHelperBase * pBase );
147 css::uno::Type const & rType,
150 ::
cppu::WeakAggComponentImplHelperBase * pBase );