19 #ifndef INCLUDED_CPPUHELPER_COMPONENT_HXX
20 #define INCLUDED_CPPUHELPER_COMPONENT_HXX
25 #include "com/sun/star/lang/XComponent.hpp"
26 #include "com/sun/star/lang/XTypeProvider.hpp"
30 namespace osl {
class Mutex; }
46 ,
public css::lang::XTypeProvider
47 ,
public css::lang::XComponent
64 virtual
css::uno::Any SAL_CALL queryAggregation(
66 virtual
void SAL_CALL acquire()
68 virtual
void SAL_CALL release()
82 virtual
void SAL_CALL addEventListener(
84 virtual
void SAL_CALL removeEventListener(
90 virtual
void SAL_CALL disposing();
#define SAL_DELETED_FUNCTION
short-circuit extra-verbose API namespaces
Definition: types.h:374
#define SAL_OVERRIDE
C++11 "override" feature.
Definition: types.h:387
signed char sal_Int8
Definition: types.h:39
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
Definition: condition.hxx:28
Definition: Enterable.hxx:27
css::uno::Any queryInterface(const css::uno::Type &rType, Interface1 *p1)
Compares demanded type to given template argument types.
Definition: queryinterface.hxx:39
A mutual exclusion synchronization object.
Definition: mutex.hxx:31
Deprecated.
Definition: component.hxx:48
OComponentHelper(::osl::Mutex &rMutex)
Constructor.
virtual ~OComponentHelper() SAL_OVERRIDE
Destructor.
This struct contains the standard variables of a broadcaster.
Definition: interfacecontainer.h:437
Base class to implement a UNO object supporting weak references, i.e.
Definition: weakagg.hxx:44