summaryrefslogtreecommitdiffstats
path: root/bridges/test/testcomp.h
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2002-04-18 09:09:22 +0000
committerJörg Budischewski <jbu@openoffice.org>2002-04-18 09:09:22 +0000
commit23bfd2e2b2468370bcbc29ef8cbe0007a4b398b3 (patch)
tree2dbdd0cf7b08a397e7d499d1110d6c2f8a733b81 /bridges/test/testcomp.h
parent*** empty log message *** (diff)
downloadcore-23bfd2e2b2468370bcbc29ef8cbe0007a4b398b3.tar.gz
core-23bfd2e2b2468370bcbc29ef8cbe0007a4b398b3.zip
now passes gcc3 compiler
Diffstat (limited to 'bridges/test/testcomp.h')
-rw-r--r--bridges/test/testcomp.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/bridges/test/testcomp.h b/bridges/test/testcomp.h
index 268f6ad4f0ac..f525b797dcc2 100644
--- a/bridges/test/testcomp.h
+++ b/bridges/test/testcomp.h
@@ -2,9 +2,9 @@
*
* $RCSfile: testcomp.h,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dbo $ $Date: 2001-11-26 17:01:44 $
+ * last change: $Author: jbu $ $Date: 2002-04-18 10:09:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,9 +87,9 @@ public:
public:
// XInterface
- Any SAL_CALL queryInterface( const com::sun::star::uno::Type & aType);
- void SAL_CALL acquire() { OWeakObject::acquire(); }
- void SAL_CALL release() { OWeakObject::release(); }
+ Any SAL_CALL queryInterface( const com::sun::star::uno::Type & aType) throw ( ::com::sun::star::uno::RuntimeException );
+ void SAL_CALL acquire() throw() { OWeakObject::acquire(); }
+ void SAL_CALL release() throw() { OWeakObject::release(); }
public:
virtual void SAL_CALL setIn( const ::com::sun::star::uno::Reference< ::test::XCallMe >& callback ) throw(::com::sun::star::uno::RuntimeException);
@@ -114,9 +114,9 @@ public:
public:
// XInterface
- Any SAL_CALL queryInterface( const com::sun::star::uno::Type & aType);
- void SAL_CALL acquire() { OWeakObject::acquire(); }
- void SAL_CALL release() { OWeakObject::release(); }
+ Any SAL_CALL queryInterface( const com::sun::star::uno::Type & aType) throw ( ::com::sun::star::uno::RuntimeException );
+ void SAL_CALL acquire()throw() { OWeakObject::acquire(); }
+ void SAL_CALL release()throw() { OWeakObject::release(); }
public:
// XCallMe
virtual void SAL_CALL call( const ::rtl::OUString& s, sal_Int32 nToDo )
@@ -150,9 +150,9 @@ public:
public:
// XInterface
- Any SAL_CALL queryInterface( const com::sun::star::uno::Type & aType );
- void SAL_CALL acquire() { OWeakObject::acquire(); }
- void SAL_CALL release() { OWeakObject::release(); }
+ Any SAL_CALL queryInterface( const com::sun::star::uno::Type & aType ) throw ( ::com::sun::star::uno::RuntimeException );
+ void SAL_CALL acquire()throw() { OWeakObject::acquire(); }
+ void SAL_CALL release() throw() { OWeakObject::release(); }
public:
virtual ::com::sun::star::uno::Reference< ::test::XCallMe > SAL_CALL createCallMe( )
throw(::com::sun::star::uno::RuntimeException);
@@ -174,9 +174,9 @@ public:
~OInstanceProvider(){ printf( "instance provider dies\n" );}
public:
// XInterface
- Any SAL_CALL queryInterface( const Type & aType);
- void SAL_CALL acquire() { OWeakObject::acquire(); }
- void SAL_CALL release() { OWeakObject::release(); }
+ Any SAL_CALL queryInterface( const Type & aType)throw ( ::com::sun::star::uno::RuntimeException );
+ void SAL_CALL acquire()throw() { OWeakObject::acquire(); }
+ void SAL_CALL release() throw() { OWeakObject::release(); }
public:
virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL