From d057184925101734815c86f1a1d72ef141d6ddac Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 26 Sep 2001 14:55:26 +0000 Subject: #65293#: exception specifications --- io/source/stm/streamhelper.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'io') diff --git a/io/source/stm/streamhelper.hxx b/io/source/stm/streamhelper.hxx index 6c6c154a968d..70e97fd75df9 100644 --- a/io/source/stm/streamhelper.hxx +++ b/io/source/stm/streamhelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: streamhelper.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:24:18 $ + * last change: $Author: hr $ $Date: 2001-09-26 15:55:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -113,8 +113,8 @@ public: virtual void readAt( sal_Int32 nPos, Sequence & , sal_Int32 nBytesToRead ) const throw( IRingBuffer_OutOfBoundsException )=0; virtual sal_Int32 getSize() const throw( ) =0; - virtual void forgetFromStart( sal_Int32 nBytesToForget ) throw()=0; - virtual void forgetFromEnd( sal_Int32 nBytesToForget ) throw()=0; + virtual void forgetFromStart( sal_Int32 nBytesToForget ) throw(IRingBuffer_OutOfBoundsException)=0; + virtual void forgetFromEnd( sal_Int32 nBytesToForget ) throw(IRingBuffer_OutOfBoundsException)=0; virtual void shrink() throw() = 0; virtual ~IRingBuffer() {}; }; -- cgit