summaryrefslogtreecommitdiff
path: root/CIAO/ciao/Servants/Swapping/Swapping_Servant_Home_Impl_Base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/Servants/Swapping/Swapping_Servant_Home_Impl_Base.cpp')
-rw-r--r--CIAO/ciao/Servants/Swapping/Swapping_Servant_Home_Impl_Base.cpp31
1 files changed, 0 insertions, 31 deletions
diff --git a/CIAO/ciao/Servants/Swapping/Swapping_Servant_Home_Impl_Base.cpp b/CIAO/ciao/Servants/Swapping/Swapping_Servant_Home_Impl_Base.cpp
deleted file mode 100644
index d33d197ee7e..00000000000
--- a/CIAO/ciao/Servants/Swapping/Swapping_Servant_Home_Impl_Base.cpp
+++ /dev/null
@@ -1,31 +0,0 @@
-// $Id$
-
-#include "Swapping_Servant_Home_Impl_Base.h"
-
-namespace CIAO
-{
- Swapping_Home_Servant_Impl_Base::Swapping_Home_Servant_Impl_Base (
- Swapping_Container * c)
- : container_ (c)
- {
- }
-
- Swapping_Home_Servant_Impl_Base::~Swapping_Home_Servant_Impl_Base (void)
- {
- }
-
- // Operations for CCMHome interface.
-
- CORBA::IRObject_ptr
- Swapping_Home_Servant_Impl_Base::get_component_def (void)
- {
- throw CORBA::NO_IMPLEMENT ();
- }
-
- CORBA::IRObject_ptr
- Swapping_Home_Servant_Impl_Base::get_home_def (void)
- {
- throw CORBA::NO_IMPLEMENT ();
- }
-
-}