summaryrefslogtreecommitdiff
path: root/TAO/tao/TypeCodeFactory
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-27 12:04:11 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-27 12:04:11 +0000
commit98f6da7a56b52044e2812428284e6ae70862e86b (patch)
tree63db08fecfcf1885b7ae6bdf86ac7a2b7387eb84 /TAO/tao/TypeCodeFactory
parent98e23e61b17a179a6a310de0fec34767aa26ae49 (diff)
downloadATCD-98f6da7a56b52044e2812428284e6ae70862e86b.tar.gz
ChangeLogTag:Sun Nov 27 04:00:27 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/TypeCodeFactory')
-rw-r--r--TAO/tao/TypeCodeFactory/TypeCodeFactoryA.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/TypeCodeFactory/TypeCodeFactoryA.cpp b/TAO/tao/TypeCodeFactory/TypeCodeFactoryA.cpp
index 555d87f9b75..9a0d44efc85 100644
--- a/TAO/tao/TypeCodeFactory/TypeCodeFactoryA.cpp
+++ b/TAO/tao/TypeCodeFactory/TypeCodeFactoryA.cpp
@@ -35,6 +35,8 @@
#include "tao/AnyTypeCode/Any.h"
#include "tao/AnyTypeCode/Any_Impl_T.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
// TAO_IDL - Generated from
// be\be_visitor_typecode/objref_typecode.cpp:76
@@ -127,3 +129,5 @@ operator>>= (
_tao_elem
);
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL