summaryrefslogtreecommitdiff
path: root/TAO/tao/MCAST_Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/MCAST_Parser.h')
-rw-r--r--TAO/tao/MCAST_Parser.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/MCAST_Parser.h b/TAO/tao/MCAST_Parser.h
index fd7b5c94019..10c2aafa339 100644
--- a/TAO/tao/MCAST_Parser.h
+++ b/TAO/tao/MCAST_Parser.h
@@ -49,8 +49,8 @@ public:
/// Parse the ior-string that is passed.
virtual CORBA::Object_ptr parse_string (const char *ior,
- CORBA::ORB_ptr orb,
- CORBA::Environment &)
+ CORBA::ORB_ptr orb
+ TAO_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
private:
@@ -61,8 +61,8 @@ private:
const char *mcast_ttl,
const char *mcast_nic,
CORBA::ORB_ptr orb,
- ACE_Time_Value *timeout,
- CORBA::Environment&);
+ ACE_Time_Value *timeout
+ TAO_ENV_ARG_DECL_NOT_USED);
int multicast_query (char *&buf,
const char *service_name,