summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset/Codeset_Translator_Factory_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Codeset/Codeset_Translator_Factory_T.h')
-rw-r--r--TAO/tao/Codeset/Codeset_Translator_Factory_T.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/Codeset/Codeset_Translator_Factory_T.h b/TAO/tao/Codeset/Codeset_Translator_Factory_T.h
index 3e470285c63..6819b1b7027 100644
--- a/TAO/tao/Codeset/Codeset_Translator_Factory_T.h
+++ b/TAO/tao/Codeset/Codeset_Translator_Factory_T.h
@@ -38,8 +38,7 @@ class TAO_Codeset_Translator_Factory_T
: public TAO_Codeset_Translator_Factory
{
public:
-
- TAO_Codeset_Translator_Factory_T ();
+ TAO_Codeset_Translator_Factory_T () = default;
virtual ~TAO_Codeset_Translator_Factory_T ();
/// initialize the factory service object. Instantiates the translator.
@@ -62,7 +61,7 @@ public:
virtual void assign (TAO_OutputCDR *) const;
private:
- NCS_TO_TCS *translator_;
+ NCS_TO_TCS *translator_ {};
};
TAO_END_VERSIONED_NAMESPACE_DECL