diff options
Diffstat (limited to 'TAO/tao/Default_Stub_Factory.h')
-rw-r--r-- | TAO/tao/Default_Stub_Factory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Default_Stub_Factory.h b/TAO/tao/Default_Stub_Factory.h index 75d3ddc1445..ddad28d8717 100644 --- a/TAO/tao/Default_Stub_Factory.h +++ b/TAO/tao/Default_Stub_Factory.h @@ -45,8 +45,8 @@ public: /// Creates a Stub Object. virtual TAO_Stub *create_stub (const char *repository_id, const TAO_MProfile &profiles, - TAO_ORB_Core *orb_core, - CORBA::Environment &ACE_TRY_ENV); + TAO_ORB_Core *orb_core + TAO_ENV_ARG_DECL); }; ACE_STATIC_SVC_DECLARE_EXPORT (TAO, TAO_Default_Stub_Factory) |