summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-12 07:54:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-12 07:54:49 +0000
commit7aa9fc442f7fa830226f128a0c72af6d3ae49905 (patch)
treeca67b90f907b4280abebcd8718d992fd8a8dd2f3 /TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.cpp
parentfa9c845ca5d5bb3130669ce3bb53177dc26b983a (diff)
downloadATCD-7aa9fc442f7fa830226f128a0c72af6d3ae49905.tar.gz
Mon Feb 12 06:50:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.cpp b/TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.cpp
index 9bc54b2d479..1ad4bf75e82 100644
--- a/TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.cpp
+++ b/TAO/orbsvcs/orbsvcs/Log/RTEventLogConsumer.cpp
@@ -43,7 +43,6 @@ TAO_Rtec_LogConsumer::connect (RtecEventChannelAdmin::ConsumerAdmin_ptr consumer
void
TAO_Rtec_LogConsumer::push (const RtecEventComm::EventSet& events)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
// create a record list...
DsLogAdmin::RecordList recList (1);
@@ -58,7 +57,6 @@ TAO_Rtec_LogConsumer::push (const RtecEventComm::EventSet& events)
void
TAO_Rtec_LogConsumer::disconnect_push_consumer (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->supplier_proxy_->disconnect_push_supplier ();
}