summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciao/Swapping_Servant_Home_Impl_Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ciao/Swapping_Servant_Home_Impl_Base.h')
-rw-r--r--TAO/CIAO/ciao/Swapping_Servant_Home_Impl_Base.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/CIAO/ciao/Swapping_Servant_Home_Impl_Base.h b/TAO/CIAO/ciao/Swapping_Servant_Home_Impl_Base.h
index 66258261e7d..ed02e055c9d 100644
--- a/TAO/CIAO/ciao/Swapping_Servant_Home_Impl_Base.h
+++ b/TAO/CIAO/ciao/Swapping_Servant_Home_Impl_Base.h
@@ -21,7 +21,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ciao/CIAO_Server_Export.h"
+#include "CIAO_Server_Export.h"
namespace CIAO
{
@@ -41,6 +41,8 @@ namespace CIAO
: public virtual POA_Components::CCMHome
{
public:
+ explicit Swapping_Home_Servant_Impl_Base (void);
+
Swapping_Home_Servant_Impl_Base (Swapping_Container * c);
virtual ~Swapping_Home_Servant_Impl_Base (void);
@@ -56,9 +58,6 @@ namespace CIAO
protected:
Swapping_Container *container_;
- private:
- /// Not to be used
- Swapping_Home_Servant_Impl_Base (void);
};
}