summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/CosEvent/Basic
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-12 13:56:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-12 13:56:49 +0000
commit5a86f790c055b146026009f53601c323f5020f89 (patch)
tree7d82107e3c69c032dd5d779d38d72fb4396deba0 /TAO/orbsvcs/tests/CosEvent/Basic
parentad8df096c29de8532d4dcebb8f0cd6714a45f37b (diff)
downloadATCD-5a86f790c055b146026009f53601c323f5020f89.tar.gz
Mon Feb 12 13:41:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/CosEvent/Basic')
-rw-r--r--TAO/orbsvcs/tests/CosEvent/Basic/Random.cpp3
-rw-r--r--TAO/orbsvcs/tests/CosEvent/Basic/Random.h12
2 files changed, 4 insertions, 11 deletions
diff --git a/TAO/orbsvcs/tests/CosEvent/Basic/Random.cpp b/TAO/orbsvcs/tests/CosEvent/Basic/Random.cpp
index d01c973448d..c4b1c0400bb 100644
--- a/TAO/orbsvcs/tests/CosEvent/Basic/Random.cpp
+++ b/TAO/orbsvcs/tests/CosEvent/Basic/Random.cpp
@@ -345,14 +345,12 @@ RND_Consumer::disconnect (void)
void
RND_Consumer::push (const CORBA::Any &event)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->driver_->event (event);
}
void
RND_Consumer::disconnect_push_consumer (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
}
@@ -424,7 +422,6 @@ RND_Supplier::push (CORBA::Any &event)
void
RND_Supplier::disconnect_push_supplier (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
}
diff --git a/TAO/orbsvcs/tests/CosEvent/Basic/Random.h b/TAO/orbsvcs/tests/CosEvent/Basic/Random.h
index 20dd4130a11..9287f5bc7f1 100644
--- a/TAO/orbsvcs/tests/CosEvent/Basic/Random.h
+++ b/TAO/orbsvcs/tests/CosEvent/Basic/Random.h
@@ -44,10 +44,8 @@ public:
RND_Consumer (RND_Driver *driver);
// Constructor
- void push (const CORBA::Any &event)
- ACE_THROW_SPEC ((CORBA::SystemException));
- void disconnect_push_consumer (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void push (const CORBA::Any &event);
+ void disconnect_push_consumer (void);
void connect (CosEventChannelAdmin::ConsumerAdmin_ptr admin);
void disconnect (void);
@@ -76,8 +74,7 @@ class RND_Timer : public RND_Consumer
public:
RND_Timer (RND_Driver *driver);
- void push (const CORBA::Any &event)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void push (const CORBA::Any &event);
};
inline
@@ -108,8 +105,7 @@ public:
void push (CORBA::Any &event);
// Push a single event...
- virtual void disconnect_push_supplier (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void disconnect_push_supplier (void);
virtual int svc (void);
// Active method