summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/Interpreter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Trader/Interpreter.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Interpreter.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Interpreter.cpp b/TAO/orbsvcs/orbsvcs/Trader/Interpreter.cpp
index 8205067b623..f7d01af106f 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Interpreter.cpp
+++ b/TAO/orbsvcs/orbsvcs/Trader/Interpreter.cpp
@@ -3,6 +3,8 @@
#include "Interpreter.h"
#include "ace/OS_NS_string.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_SYNCH_MUTEX TAO_Interpreter::parserMutex__;
TAO_Interpreter::TAO_Interpreter (void)
@@ -95,3 +97,5 @@ TAO_Lex_String_Input::reset (char* input_string)
TAO_Lex_String_Input::end_ = input_string +
ACE_OS::strlen (TAO_Lex_String_Input::string_);
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL