19 #ifndef INCLUDED_CPPUHELPER_WEAKREF_HXX
20 #define INCLUDED_CPPUHELPER_WEAKREF_HXX
23 #include <com/sun/star/uno/XInterface.hpp>
36 class OWeakRefListener;
60 WeakReferenceHelper( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > & xInt );
78 const ::com::sun::star::uno::Reference<
79 ::com::sun::star::uno::XInterface > & xInt );
87 {
return (
get() == rObj.
get()); }
105 void SAL_CALL clear();
109 OWeakRefListener * m_pImpl;
118 template<
class interface_type >
145 const ::com::sun::star::uno::Reference< interface_type > & xInt )