summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype/ValueFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Valuetype/ValueFactory.cpp')
-rw-r--r--TAO/tao/Valuetype/ValueFactory.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/Valuetype/ValueFactory.cpp b/TAO/tao/Valuetype/ValueFactory.cpp
index 473780b8790..37a8bf6cb79 100644
--- a/TAO/tao/Valuetype/ValueFactory.cpp
+++ b/TAO/tao/Valuetype/ValueFactory.cpp
@@ -1,12 +1,10 @@
-#include "tao/Valuetype/ValueFactory.h"
+#include "ValueFactory.h"
#include "ace/Guard_T.h"
ACE_RCSID (Valuetype,
ValueFactory,
"$Id$")
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
// Static operations in namespace CORBA.
void
@@ -83,5 +81,3 @@ namespace TAO
CORBA::remove_ref (p);
}
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL