diff options
Diffstat (limited to 'TAO/tao/DLL_Parser.h')
-rw-r--r-- | TAO/tao/DLL_Parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/DLL_Parser.h b/TAO/tao/DLL_Parser.h index 188528c222b..8858a364797 100644 --- a/TAO/tao/DLL_Parser.h +++ b/TAO/tao/DLL_Parser.h @@ -84,7 +84,7 @@ public: virtual int match_prefix (const char *ior_string) const; 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)); }; |