summaryrefslogtreecommitdiff
path: root/io/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2001-09-21 14:26:46 +0000
committerOliver Bolte <obo@openoffice.org>2001-09-21 14:26:46 +0000
commit5c4f3e095422bedcd295ce9cd8da1e2b737b022e (patch)
tree0f31ba70a612905a805f675e183b41b5c85489e4 /io/source
parentda67467802f7a52bada5099ef7ad20c5893f3010 (diff)
#65293# exceptions for solaris
Diffstat (limited to 'io/source')
-rw-r--r--io/source/TextInputStream/TextInputStream.cxx16
-rw-r--r--io/source/TextOutputStream/TextOutputStream.cxx16
-rw-r--r--io/source/acceptor/acceptor.cxx16
-rw-r--r--io/source/connector/connector.cxx16
4 files changed, 32 insertions, 32 deletions
diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx
index eb54395c9089..58e32ca89ecd 100644
--- a/io/source/TextInputStream/TextInputStream.cxx
+++ b/io/source/TextInputStream/TextInputStream.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TextInputStream.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: ab $ $Date: 2001-07-10 14:30:45 $
+ * last change: $Author: obo $ $Date: 2001-09-21 15:25:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -160,9 +160,9 @@ public:
throw(RuntimeException);
// Methods XServiceInfo
- virtual OUString SAL_CALL getImplementationName() SAL_THROW( () );
- virtual Sequence< OUString > SAL_CALL getSupportedServiceNames(void) SAL_THROW( () );
- virtual sal_Bool SAL_CALL supportsService(const OUString& ServiceName) SAL_THROW( () );
+ virtual OUString SAL_CALL getImplementationName() throw();
+ virtual Sequence< OUString > SAL_CALL getSupportedServiceNames(void) throw();
+ virtual sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw();
};
OTextInputStream::OTextInputStream()
@@ -505,12 +505,12 @@ Sequence< OUString > TextInputStream_getSupportedServiceNames()
return *pNames;
}
-OUString OTextInputStream::getImplementationName() SAL_THROW( () )
+OUString OTextInputStream::getImplementationName() throw()
{
return TextInputStream_getImplementationName();
}
-sal_Bool OTextInputStream::supportsService(const OUString& ServiceName) SAL_THROW( () )
+sal_Bool OTextInputStream::supportsService(const OUString& ServiceName) throw()
{
Sequence< OUString > aSNL = getSupportedServiceNames();
const OUString * pArray = aSNL.getConstArray();
@@ -522,7 +522,7 @@ sal_Bool OTextInputStream::supportsService(const OUString& ServiceName) SAL_THRO
return sal_False;
}
-Sequence< OUString > OTextInputStream::getSupportedServiceNames(void) SAL_THROW( () )
+Sequence< OUString > OTextInputStream::getSupportedServiceNames(void) throw()
{
return TextInputStream_getSupportedServiceNames();
}
diff --git a/io/source/TextOutputStream/TextOutputStream.cxx b/io/source/TextOutputStream/TextOutputStream.cxx
index 19407c9575c2..96a6b7218758 100644
--- a/io/source/TextOutputStream/TextOutputStream.cxx
+++ b/io/source/TextOutputStream/TextOutputStream.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TextOutputStream.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jbu $ $Date: 2001-06-22 16:32:53 $
+ * last change: $Author: obo $ $Date: 2001-09-21 15:26:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -136,9 +136,9 @@ public:
throw(RuntimeException);
// Methods XServiceInfo
- virtual OUString SAL_CALL getImplementationName() SAL_THROW( () );
- virtual Sequence< OUString > SAL_CALL getSupportedServiceNames(void) SAL_THROW( () );
- virtual sal_Bool SAL_CALL supportsService(const OUString& ServiceName) SAL_THROW( () );
+ virtual OUString SAL_CALL getImplementationName() throw();
+ virtual Sequence< OUString > SAL_CALL getSupportedServiceNames(void) throw();
+ virtual sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw();
};
OTextOutputStream::OTextOutputStream()
@@ -300,12 +300,12 @@ Sequence< OUString > TextOutputStream_getSupportedServiceNames()
return *pNames;
}
-OUString OTextOutputStream::getImplementationName() SAL_THROW( () )
+OUString OTextOutputStream::getImplementationName() throw()
{
return TextOutputStream_getImplementationName();
}
-sal_Bool OTextOutputStream::supportsService(const OUString& ServiceName) SAL_THROW( () )
+sal_Bool OTextOutputStream::supportsService(const OUString& ServiceName) throw()
{
Sequence< OUString > aSNL = getSupportedServiceNames();
const OUString * pArray = aSNL.getConstArray();
@@ -317,7 +317,7 @@ sal_Bool OTextOutputStream::supportsService(const OUString& ServiceName) SAL_THR
return sal_False;
}
-Sequence< OUString > OTextOutputStream::getSupportedServiceNames(void) SAL_THROW( () )
+Sequence< OUString > OTextOutputStream::getSupportedServiceNames(void) throw()
{
return TextOutputStream_getSupportedServiceNames();
}
diff --git a/io/source/acceptor/acceptor.cxx b/io/source/acceptor/acceptor.cxx
index f532f5d543bb..c0a26fc8e076 100644
--- a/io/source/acceptor/acceptor.cxx
+++ b/io/source/acceptor/acceptor.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: acceptor.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: jbu $ $Date: 2001-06-22 16:32:55 $
+ * last change: $Author: obo $ $Date: 2001-09-21 15:24:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,9 +102,9 @@ namespace io_acceptor
virtual void SAL_CALL stopAccepting( ) throw( RuntimeException);
public: // XServiceInfo
- virtual OUString SAL_CALL getImplementationName() SAL_THROW( () );
- virtual Sequence< OUString > SAL_CALL getSupportedServiceNames(void) SAL_THROW( () );
- virtual sal_Bool SAL_CALL supportsService(const OUString& ServiceName) SAL_THROW( () );
+ virtual OUString SAL_CALL getImplementationName() throw();
+ virtual Sequence< OUString > SAL_CALL getSupportedServiceNames(void) throw();
+ virtual sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw();
private:
PipeAcceptor *m_pPipe;
@@ -437,12 +437,12 @@ namespace io_acceptor
return *pNames;
}
- OUString OAcceptor::getImplementationName() SAL_THROW( () )
+ OUString OAcceptor::getImplementationName() throw()
{
return acceptor_getImplementationName();
}
- sal_Bool OAcceptor::supportsService(const OUString& ServiceName) SAL_THROW( () )
+ sal_Bool OAcceptor::supportsService(const OUString& ServiceName) throw()
{
Sequence< OUString > aSNL = getSupportedServiceNames();
const OUString * pArray = aSNL.getConstArray();
@@ -454,7 +454,7 @@ namespace io_acceptor
return sal_False;
}
- Sequence< OUString > OAcceptor::getSupportedServiceNames(void) SAL_THROW( () )
+ Sequence< OUString > OAcceptor::getSupportedServiceNames(void) throw()
{
return acceptor_getSupportedServiceNames();
}
diff --git a/io/source/connector/connector.cxx b/io/source/connector/connector.cxx
index 1fceb35bd4b3..8315dc077423 100644
--- a/io/source/connector/connector.cxx
+++ b/io/source/connector/connector.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: connector.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: jbu $ $Date: 2001-06-22 16:32:56 $
+ * last change: $Author: obo $ $Date: 2001-09-21 15:24:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,9 +100,9 @@ namespace stoc_connector
throw( NoConnectException, ConnectionSetupException, RuntimeException);
public: // XServiceInfo
- virtual OUString SAL_CALL getImplementationName() SAL_THROW( () );
- virtual Sequence< OUString > SAL_CALL getSupportedServiceNames(void) SAL_THROW( () );
- virtual sal_Bool SAL_CALL supportsService(const OUString& ServiceName) SAL_THROW( () );
+ virtual OUString SAL_CALL getImplementationName() throw();
+ virtual Sequence< OUString > SAL_CALL getSupportedServiceNames(void) throw();
+ virtual sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw();
};
OConnector::OConnector(const Reference< XComponentContext > &xCtx)
@@ -345,12 +345,12 @@ namespace stoc_connector
return OUString( RTL_CONSTASCII_USTRINGPARAM( IMPLEMENTATION_NAME ) );
}
- OUString OConnector::getImplementationName() SAL_THROW ( () )
+ OUString OConnector::getImplementationName() throw()
{
return connector_getImplementationName();
}
- sal_Bool OConnector::supportsService(const OUString& ServiceName) SAL_THROW( () )
+ sal_Bool OConnector::supportsService(const OUString& ServiceName) throw()
{
Sequence< OUString > aSNL = getSupportedServiceNames();
const OUString * pArray = aSNL.getConstArray();
@@ -362,7 +362,7 @@ namespace stoc_connector
return sal_False;
}
- Sequence< OUString > OConnector::getSupportedServiceNames(void) SAL_THROW( () )
+ Sequence< OUString > OConnector::getSupportedServiceNames(void) throw()
{
return connector_getSupportedServiceNames();
}