summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FT_App/StubFaultConsumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/FT_App/StubFaultConsumer.h')
-rw-r--r--TAO/orbsvcs/tests/FT_App/StubFaultConsumer.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/FT_App/StubFaultConsumer.h b/TAO/orbsvcs/tests/FT_App/StubFaultConsumer.h
index b423f43d1df..111d44eac95 100644
--- a/TAO/orbsvcs/tests/FT_App/StubFaultConsumer.h
+++ b/TAO/orbsvcs/tests/FT_App/StubFaultConsumer.h
@@ -51,8 +51,7 @@ public:
/**
* Publish this objects IOR.
*/
- int init (CORBA::ORB_ptr orb, ::FT::FaultNotifier_var & notifier
- ACE_ENV_ARG_DECL);
+ int init (CORBA::ORB_ptr orb, ::FT::FaultNotifier_var & notifier);
/**
* Return a string to identify this object for logging/console message purposes.
@@ -80,14 +79,12 @@ public:
// CORBA methods
virtual void push_structured_event(
const CosNotification::StructuredEvent &notification
- ACE_ENV_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((CORBA::SystemException, CosEventComm::Disconnected));
virtual void offer_change (
const CosNotification::EventTypeSeq & added,
const CosNotification::EventTypeSeq & removed
- ACE_ENV_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((CORBA::SystemException, CosNotifyComm::InvalidEventType));