diff options
Diffstat (limited to 'TAO/tao/Object_Loader.h')
-rw-r--r-- | TAO/tao/Object_Loader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Object_Loader.h b/TAO/tao/Object_Loader.h index 5f2625b854f..3b26175c4be 100644 --- a/TAO/tao/Object_Loader.h +++ b/TAO/tao/Object_Loader.h @@ -47,7 +47,7 @@ public: virtual CORBA::Object_ptr create_object (CORBA::ORB_ptr orb, int argc, char *argv [] - TAO_ENV_ARG_DECL_NOT_USED) + ACE_ENV_ARG_DECL_NOT_USED) ACE_THROW_SPEC ((CORBA::SystemException)) = 0; }; |