summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/RIR_Narrow.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Utils/RIR_Narrow.h')
-rw-r--r--TAO/tao/Utils/RIR_Narrow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Utils/RIR_Narrow.h b/TAO/tao/Utils/RIR_Narrow.h
index fdeba60f91e..8afa8931e41 100644
--- a/TAO/tao/Utils/RIR_Narrow.h
+++ b/TAO/tao/Utils/RIR_Narrow.h
@@ -47,17 +47,17 @@ namespace TAO
/// narrow it.
static _ptr_type narrow (CORBA::ORB_ptr orb,
char const * id
- ACE_ENV_ARG_DECL_WITH_DEFAULTS);
+ );
/// Use resolve_initial_references to find an object and then
/// narrow it.
static _ptr_type narrow (PortableInterceptor::ORBInitInfo_ptr orb,
char const * id
- ACE_ENV_ARG_DECL_WITH_DEFAULTS);
+ );
private:
static _ptr_type narrow_object (CORBA::Object_ptr object
- ACE_ENV_ARG_DECL_WITH_DEFAULTS);
+ );
};
} // namespace Utils