diff options
Diffstat (limited to 'TAO/tao/CONV_FRAMEC.cpp')
-rw-r--r-- | TAO/tao/CONV_FRAMEC.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/CONV_FRAMEC.cpp b/TAO/tao/CONV_FRAMEC.cpp index 11d54fd3b16..f7036582853 100644 --- a/TAO/tao/CONV_FRAMEC.cpp +++ b/TAO/tao/CONV_FRAMEC.cpp @@ -35,6 +35,8 @@ // TAO_IDL - Generated from // be\be_visitor_arg_traits.cpp:70 +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + // Arg traits specializations. namespace TAO { @@ -259,3 +261,5 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.char_data) && (strm >> _tao_aggregate.wchar_data); } + +TAO_END_VERSIONED_NAMESPACE_DECL |