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 );
css::uno::Any queryInterface(const css::uno::Type &rType, Interface1 *p1)
Compares demanded type to given template argument types.
Definition: queryinterface.hxx:39
#define SAL_OVERRIDE
C++11 "override" feature.
Definition: types.h:409
#define SAL_NO_VTABLE
Use this for pure virtual classes, e.g.
Definition: types.h:312
Definition: condition.hxx:28
SAL_DLLPUBLIC void * rtl_allocateMemory(sal_Size Bytes) SAL_THROW_EXTERN_C()
Allocate memory.
A mutual exclusion synchronization object.
Definition: mutex.hxx:31
Definition: Enterable.hxx:26
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
Base class to implement a UNO object supporting weak references, i.e.
Definition: weak.hxx:43
SAL_DLLPUBLIC void rtl_freeMemory(void *Ptr) SAL_THROW_EXTERN_C()
Free memory.
This struct contains the standard variables of a broadcaster.
Definition: interfacecontainer.h:436