19 #ifndef INCLUDED_CPPUHELPER_COMPONENT_HXX 20 #define INCLUDED_CPPUHELPER_COMPONENT_HXX 27 #include <com/sun/star/lang/XComponent.hpp> 31 namespace osl {
class Mutex; }
47 ,
public css::lang::XTypeProvider
48 ,
public css::lang::XComponent
65 virtual css::uno::Any SAL_CALL queryAggregation(
67 virtual void SAL_CALL acquire()
69 virtual void SAL_CALL release()
75 virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() SAL_OVERRIDE = 0;
79 virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes()
SAL_OVERRIDE;
83 virtual void SAL_CALL addEventListener(
84 const css::uno::Reference< css::lang::XEventListener >& aListener )
SAL_OVERRIDE;
85 virtual void SAL_CALL removeEventListener(
86 const css::uno::Reference< css::lang::XEventListener >& aListener )
SAL_OVERRIDE;
91 virtual void SAL_CALL disposing();
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:405
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
#define SAL_DELETED_FUNCTION
short-circuit extra-verbose API namespaces
Definition: types.h:392
A mutual exclusion synchronization object.
Definition: mutex.hxx:30
Definition: Enterable.hxx:26
Definition: conditn.hxx:37
Deprecated.
Definition: component.hxx:45
This struct contains the standard variables of a broadcaster.
Definition: interfacecontainer.h:435
Base class to implement an UNO object supporting weak references, i.e.
Definition: weakagg.hxx:41