summaryrefslogtreecommitdiff
path: root/ucbhelper/inc
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2001-05-29 06:12:19 +0000
committerKai Sommerfeld <kso@openoffice.org>2001-05-29 06:12:19 +0000
commitb93947b06a22f6e4f9f9ad068b694eaefd55f81b (patch)
tree904ec2ed4efac68fb7a9f861872f446285a0243a /ucbhelper/inc
parentcf1555566e384d6fedfe7f5334c9b30dc66567ae (diff)
#87187# - Corrected exception specification for acquire() and release().
Diffstat (limited to 'ucbhelper/inc')
-rw-r--r--ucbhelper/inc/ucbhelper/interactionrequest.hxx40
1 files changed, 26 insertions, 14 deletions
diff --git a/ucbhelper/inc/ucbhelper/interactionrequest.hxx b/ucbhelper/inc/ucbhelper/interactionrequest.hxx
index 35ab7b10e63d..68fef78e3b9b 100644
--- a/ucbhelper/inc/ucbhelper/interactionrequest.hxx
+++ b/ucbhelper/inc/ucbhelper/interactionrequest.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: interactionrequest.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: kso $ $Date: 2001-05-28 12:58:03 $
+ * last change: $Author: kso $ $Date: 2001-05-29 07:12:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -138,8 +138,10 @@ public:
virtual com::sun::star::uno::Any SAL_CALL
queryInterface( const com::sun::star::uno::Type & rType )
throw( com::sun::star::uno::RuntimeException );
- virtual void SAL_CALL acquire();
- virtual void SAL_CALL release();
+ virtual void SAL_CALL acquire()
+ throw();
+ virtual void SAL_CALL release()
+ throw();
// XTypeProvider
virtual com::sun::star::uno::Sequence< com::sun::star::uno::Type > SAL_CALL
@@ -234,8 +236,10 @@ public:
virtual com::sun::star::uno::Any SAL_CALL
queryInterface( const com::sun::star::uno::Type & rType )
throw( com::sun::star::uno::RuntimeException );
- virtual void SAL_CALL acquire();
- virtual void SAL_CALL release();
+ virtual void SAL_CALL acquire()
+ throw();
+ virtual void SAL_CALL release()
+ throw();
// XTypeProvider
virtual com::sun::star::uno::Sequence< com::sun::star::uno::Type > SAL_CALL
@@ -269,8 +273,10 @@ public:
virtual com::sun::star::uno::Any SAL_CALL
queryInterface( const com::sun::star::uno::Type & rType )
throw( com::sun::star::uno::RuntimeException );
- virtual void SAL_CALL acquire();
- virtual void SAL_CALL release();
+ virtual void SAL_CALL acquire()
+ throw();
+ virtual void SAL_CALL release()
+ throw();
// XTypeProvider
virtual com::sun::star::uno::Sequence< com::sun::star::uno::Type > SAL_CALL
@@ -304,8 +310,10 @@ public:
virtual com::sun::star::uno::Any SAL_CALL
queryInterface( const com::sun::star::uno::Type & rType )
throw( com::sun::star::uno::RuntimeException );
- virtual void SAL_CALL acquire();
- virtual void SAL_CALL release();
+ virtual void SAL_CALL acquire()
+ throw();
+ virtual void SAL_CALL release()
+ throw();
// XTypeProvider
virtual com::sun::star::uno::Sequence< com::sun::star::uno::Type > SAL_CALL
@@ -339,8 +347,10 @@ public:
virtual com::sun::star::uno::Any SAL_CALL
queryInterface( const com::sun::star::uno::Type & rType )
throw( com::sun::star::uno::RuntimeException );
- virtual void SAL_CALL acquire();
- virtual void SAL_CALL release();
+ virtual void SAL_CALL acquire()
+ throw();
+ virtual void SAL_CALL release()
+ throw();
// XTypeProvider
virtual com::sun::star::uno::Sequence< com::sun::star::uno::Type > SAL_CALL
@@ -456,8 +466,10 @@ public:
virtual com::sun::star::uno::Any SAL_CALL
queryInterface( const com::sun::star::uno::Type & rType )
throw( com::sun::star::uno::RuntimeException );
- virtual void SAL_CALL acquire();
- virtual void SAL_CALL release();
+ virtual void SAL_CALL acquire()
+ throw();
+ virtual void SAL_CALL release()
+ throw();
// XTypeProvider
virtual com::sun::star::uno::Sequence< com::sun::star::uno::Type > SAL_CALL