summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciao/HomeRegistrar_i.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ciao/HomeRegistrar_i.inl')
-rw-r--r--TAO/CIAO/ciao/HomeRegistrar_i.inl31
1 files changed, 0 insertions, 31 deletions
diff --git a/TAO/CIAO/ciao/HomeRegistrar_i.inl b/TAO/CIAO/ciao/HomeRegistrar_i.inl
deleted file mode 100644
index 94b373d29e9..00000000000
--- a/TAO/CIAO/ciao/HomeRegistrar_i.inl
+++ /dev/null
@@ -1,31 +0,0 @@
-// $Id$
-
-::Components::CCMHome_ptr
-CIAO::HomeRegistrar_Impl::find_home_by_component_type (const char * comp_repid
- ACE_ENV_ARG_DECL)
- ACE_THROW_SPEC ((CORBA::SystemException,
- Components::HomeNotFound))
-{
- return this->find_home_impl (comp_repid
- ACE_ENV_ARG_PARAMETER);
-}
-
-::Components::CCMHome_ptr
-CIAO::HomeRegistrar_Impl::find_home_by_home_type (const char * home_repid
- ACE_ENV_ARG_DECL)
- ACE_THROW_SPEC ((CORBA::SystemException,
- Components::HomeNotFound))
-{
- return this->find_home_impl (home_repid
- ACE_ENV_ARG_PARAMETER);
-}
-
-::Components::CCMHome_ptr
-CIAO::HomeRegistrar_Impl::find_home_by_name (const char * home_name
- ACE_ENV_ARG_DECL)
- ACE_THROW_SPEC ((CORBA::SystemException,
- Components::HomeNotFound))
-{
- return this->find_home_impl (home_name
- ACE_ENV_ARG_PARAMETER);
-}