LibreOffice Module cppuhelper (master)
1
|
Same as WeakComponentImplHelper4, except doesn't implement addEventListener, removeEventListener and dispose. More...
#include <compbase4.hxx>
Classes | |
struct | cd |
Public Member Functions | |
PartialWeakComponentImplHelper4 (::osl::Mutex &rMutex) throw () | |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) SAL_OVERRIDE |
virtual void SAL_CALL | acquire () SAL_OVERRIDE throw () |
virtual void SAL_CALL | release () SAL_OVERRIDE throw () |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () SAL_OVERRIDE |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () SAL_OVERRIDE |
Same as WeakComponentImplHelper4, except doesn't implement addEventListener, removeEventListener and dispose.
This requires derived classes to implement those three methods. This makes it possible to implement classes which are required to implement methods from multiple bases which have different addEventListener/removeEventListener signatures without triggering the g++ overloaded-virtual warning
Definition at line 81 of file compbase4.hxx.
|
inline |
Definition at line 88 of file compbase4.hxx.
|
inlinevirtual |
Definition at line 93 of file compbase4.hxx.
|
inlinevirtual |
Definition at line 99 of file compbase4.hxx.
References cppu::ImplHelper_getImplementationId().
|
inlinevirtual |
Definition at line 97 of file compbase4.hxx.
References cppu::WeakComponentImplHelper_getTypes().
|
inlinevirtual |
Definition at line 91 of file compbase4.hxx.
References cppu::WeakComponentImplHelper_query().
|
inlinevirtual |
Definition at line 95 of file compbase4.hxx.