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 ::com::sun::star::lang::XTypeProvider
48 ,
public ::com::sun::star::lang::XComponent
65 throw (::com::sun::star::uno::RuntimeException, std::exception)
SAL_OVERRIDE;
66 virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(
68 throw (::com::sun::star::uno::RuntimeException, std::exception)
SAL_OVERRIDE;
69 virtual void SAL_CALL acquire()
71 virtual void SAL_CALL release()
77 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId()
78 throw(::com::sun::star::uno::RuntimeException, std::exception)
SAL_OVERRIDE = 0;
82 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes()
83 throw (::com::sun::star::uno::RuntimeException, std::exception)
SAL_OVERRIDE;
86 virtual void SAL_CALL dispose()
87 throw(::com::sun::star::uno::RuntimeException, std::exception)
SAL_OVERRIDE;
88 virtual void SAL_CALL addEventListener(
89 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& aListener )
90 throw(::com::sun::star::uno::RuntimeException, std::exception)
SAL_OVERRIDE;
91 virtual void SAL_CALL removeEventListener(
92 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& aListener )
93 throw(::com::sun::star::uno::RuntimeException, std::exception)
SAL_OVERRIDE;
98 virtual void SAL_CALL disposing();