diff options
Diffstat (limited to 'TAO/tao/IOR_Parser.h')
-rw-r--r-- | TAO/tao/IOR_Parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IOR_Parser.h b/TAO/tao/IOR_Parser.h index 14d8d99ee2a..6525cd02835 100644 --- a/TAO/tao/IOR_Parser.h +++ b/TAO/tao/IOR_Parser.h @@ -50,7 +50,7 @@ public: */ virtual CORBA::Object_ptr parse_string (const char *ior, CORBA::ORB_ptr orb - TAO_ENV_ARG_DECL_NOT_USED) + ACE_ENV_ARG_DECL_NOT_USED) ACE_THROW_SPEC ((CORBA::SystemException)) = 0; }; |