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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/MCAST_Parser.h b/TAO/tao/MCAST_Parser.h
index d8132a6f52f..35c8f170ad7 100644
--- a/TAO/tao/MCAST_Parser.h
+++ b/TAO/tao/MCAST_Parser.h
@@ -51,8 +51,7 @@ public:
/// Parse the ior-string that is passed.
virtual CORBA::Object_ptr parse_string (const char *ior,
- CORBA::ORB_ptr orb
- ACE_ENV_ARG_DECL_NOT_USED)
+ CORBA::ORB_ptr orb)
ACE_THROW_SPEC ((CORBA::SystemException));
private:
@@ -63,8 +62,7 @@ private:
const char *mcast_ttl,
const char *mcast_nic,
CORBA::ORB_ptr orb,
- ACE_Time_Value *timeout
- ACE_ENV_ARG_DECL_NOT_USED);
+ ACE_Time_Value *timeout);
int multicast_query (char *&buf,
const char *service_name,