summaryrefslogtreecommitdiff
path: root/TAO/tao/TimeBaseC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TimeBaseC.cpp')
-rw-r--r--TAO/tao/TimeBaseC.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/TimeBaseC.cpp b/TAO/tao/TimeBaseC.cpp
index 650026e6abb..aa5a1ecaaa7 100644
--- a/TAO/tao/TimeBaseC.cpp
+++ b/TAO/tao/TimeBaseC.cpp
@@ -29,7 +29,7 @@
// be\be_codegen.cpp:291
-#include "tao/TimeBaseC.h"
+#include "TimeBaseC.h"
#include "tao/CDR.h"
#if defined (__BORLANDC__)
@@ -39,8 +39,6 @@
// TAO_IDL - Generated from
// be\be_visitor_arg_traits.cpp:70
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
// Arg traits specializations.
namespace TAO
{
@@ -122,5 +120,3 @@ CORBA::Boolean operator>> (
(strm >> _tao_aggregate.lower_bound) &&
(strm >> _tao_aggregate.upper_bound);
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL