summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciao/Context_Impl_Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ciao/Context_Impl_Base.h')
-rw-r--r--TAO/CIAO/ciao/Context_Impl_Base.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/CIAO/ciao/Context_Impl_Base.h b/TAO/CIAO/ciao/Context_Impl_Base.h
index 9a86e3bfd7d..737956742a6 100644
--- a/TAO/CIAO/ciao/Context_Impl_Base.h
+++ b/TAO/CIAO/ciao/Context_Impl_Base.h
@@ -56,9 +56,7 @@ namespace CIAO
: public virtual Components::CCMContext
{
public:
- /// @todo This constructor should be declarated private but it seems
- /// the compilers want it, have to sort this out in detail.
- Context_Impl_Base (void);
+ explicit Context_Impl_Base (void);
Context_Impl_Base (Components::CCMHome_ptr home,
Session_Container * c);