summaryrefslogtreecommitdiff
path: root/io/source/stm/opump.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/stm/opump.cxx')
-rw-r--r--io/source/stm/opump.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/io/source/stm/opump.cxx b/io/source/stm/opump.cxx
index 3386ba48966f..8cf275620862 100644
--- a/io/source/stm/opump.cxx
+++ b/io/source/stm/opump.cxx
@@ -199,7 +199,6 @@ void Pump::fireTerminated()
}
-
void Pump::close()
{
// close streams and release references
@@ -301,7 +300,6 @@ void Pump::run()
}
-
/*
* XConnectable
*/
@@ -313,7 +311,6 @@ void Pump::setPredecessor( const Reference< XConnectable >& xPred ) throw(std::e
}
-
Reference< XConnectable > Pump::getPredecessor() throw(std::exception)
{
Guard< Mutex > aGuard( m_aMutex );
@@ -321,7 +318,6 @@ Reference< XConnectable > Pump::getPredecessor() throw(std::exception)
}
-
void Pump::setSuccessor( const Reference< XConnectable >& xSucc ) throw(std::exception)
{
Guard< Mutex > aGuard( m_aMutex );
@@ -329,7 +325,6 @@ void Pump::setSuccessor( const Reference< XConnectable >& xSucc ) throw(std::exc
}
-
Reference< XConnectable > Pump::getSuccessor() throw(std::exception)
{
Guard< Mutex > aGuard( m_aMutex );
@@ -337,7 +332,6 @@ Reference< XConnectable > Pump::getSuccessor() throw(std::exception)
}
-
/*
* XActiveDataControl
*/
@@ -348,14 +342,12 @@ void Pump::addListener( const Reference< XStreamListener >& xListener ) throw(st
}
-
void Pump::removeListener( const Reference< XStreamListener >& xListener ) throw(std::exception)
{
m_cnt.removeInterface( xListener );
}
-
void Pump::start() throw( RuntimeException, std::exception )
{
Guard< Mutex > aGuard( m_aMutex );
@@ -375,7 +367,6 @@ void Pump::start() throw( RuntimeException, std::exception )
}
-
void Pump::terminate() throw(std::exception)
{
close();
@@ -389,7 +380,6 @@ void Pump::terminate() throw(std::exception)
}
-
/*
* XActiveDataSink
*/
@@ -405,7 +395,6 @@ void Pump::setInputStream( const Reference< XInputStream >& xStream ) throw(std:
}
-
Reference< XInputStream > Pump::getInputStream() throw(std::exception)
{
Guard< Mutex > aGuard( m_aMutex );
@@ -413,7 +402,6 @@ Reference< XInputStream > Pump::getInputStream() throw(std::exception)
}
-
/*
* XActiveDataSource
*/