summaryrefslogtreecommitdiff
path: root/TAO/tao/IOR_Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IOR_Parser.h')
-rw-r--r--TAO/tao/IOR_Parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IOR_Parser.h b/TAO/tao/IOR_Parser.h
index a9951aa210a..14d8d99ee2a 100644
--- a/TAO/tao/IOR_Parser.h
+++ b/TAO/tao/IOR_Parser.h
@@ -49,8 +49,8 @@ public:
* INV_OBJREF, etc.)
*/
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)) = 0;
};