summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOPC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOPC.cpp')
-rw-r--r--TAO/tao/IIOPC.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/IIOPC.cpp b/TAO/tao/IIOPC.cpp
index 6bb33006503..46c1cce05ed 100644
--- a/TAO/tao/IIOPC.cpp
+++ b/TAO/tao/IIOPC.cpp
@@ -32,6 +32,8 @@
#include "IIOPC.h"
#include "tao/CDR.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
// TAO_IDL - Generated from
// be\be_visitor_arg_traits.cpp:70
@@ -235,3 +237,5 @@ CORBA::Boolean operator>> (
return
(strm >> _tao_aggregate.listen_points);
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL