summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/Interpreter_Utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Trader/Interpreter_Utils.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Interpreter_Utils.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Interpreter_Utils.cpp b/TAO/orbsvcs/orbsvcs/Trader/Interpreter_Utils.cpp
index 22dd38b69d0..8ee0351020a 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Interpreter_Utils.cpp
+++ b/TAO/orbsvcs/orbsvcs/Trader/Interpreter_Utils.cpp
@@ -1,9 +1,11 @@
// $Id$
-#include "Interpreter_Utils.h"
+#include "orbsvcs/Trader/Interpreter_Utils.h"
#include "ace/ACE.h"
#include "ace/OS_NS_string.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
// = Methods to deal with ACE_Hash_Map_Manager.
TAO_String_Hash_Key::TAO_String_Hash_Key (void)
@@ -94,3 +96,5 @@ sequence_type (CORBA::TypeCode* type_code
return return_value;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL