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.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/TAO/tao/Utils/RIR_Narrow.h b/TAO/tao/Utils/RIR_Narrow.h
index 8afa8931e41..8e986e6d654 100644
--- a/TAO/tao/Utils/RIR_Narrow.h
+++ b/TAO/tao/Utils/RIR_Narrow.h
@@ -45,19 +45,15 @@ namespace TAO
/// Use resolve_initial_references to find an object and then
/// narrow it.
- static _ptr_type narrow (CORBA::ORB_ptr orb,
- char const * id
- );
+ static _ptr_type narrow (CORBA::ORB_ptr orb, char const * id);
/// Use resolve_initial_references to find an object and then
/// narrow it.
static _ptr_type narrow (PortableInterceptor::ORBInitInfo_ptr orb,
- char const * id
- );
+ char const * id);
private:
- static _ptr_type narrow_object (CORBA::Object_ptr object
- );
+ static _ptr_type narrow_object (CORBA::Object_ptr object);
};
} // namespace Utils