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
64 css::uno::Type
const & rType )
65 throw (css::uno::RuntimeException, std::exception)
SAL_OVERRIDE;
66 virtual css::uno::Any SAL_CALL queryAggregation(
67 css::uno::Type
const & rType )
68 throw (css::uno::RuntimeException, std::exception)
SAL_OVERRIDE;
69 virtual void SAL_CALL acquire()
71 virtual void SAL_CALL release()
77 virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId()
78 throw(css::uno::RuntimeException, std::exception)
SAL_OVERRIDE = 0;
82 virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes()
83 throw (css::uno::RuntimeException, std::exception)
SAL_OVERRIDE;
86 virtual void SAL_CALL dispose()
87 throw(css::uno::RuntimeException, std::exception)
SAL_OVERRIDE;
88 virtual void SAL_CALL addEventListener(
89 const css::uno::Reference< css::lang::XEventListener >& aListener )
90 throw(css::uno::RuntimeException, std::exception)
SAL_OVERRIDE;
91 virtual void SAL_CALL removeEventListener(
92 const css::uno::Reference< css::lang::XEventListener >& aListener )
93 throw(css::uno::RuntimeException, std::exception)
SAL_OVERRIDE;
98 virtual void SAL_CALL disposing();
Definition: Enterable.hxx:26
A mutual exclusion synchronization object.
Definition: mutex.hxx:30
#define SAL_DELETED_FUNCTION
short-circuit extra-verbose API namespaces
Definition: types.h:410
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:423
Base class to implement an UNO object supporting weak references, i.e.
Definition: weakagg.hxx:41
Deprecated.
Definition: component.hxx:45
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
This struct contains the standard variables of a broadcaster.
Definition: interfacecontainer.h:435
Definition: conditn.hxx:32