summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/constraint.l
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Trader/constraint.l')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/constraint.l6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/constraint.l b/TAO/orbsvcs/orbsvcs/Trader/constraint.l
index 955d62f9cfc..445219603c8 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/constraint.l
+++ b/TAO/orbsvcs/orbsvcs/Trader/constraint.l
@@ -18,6 +18,8 @@
#include "Constraint_Nodes.h"
#include "Constraint_Tokens.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
static TAO_Literal_Constraint* extract_string(const char*);
#define TAO_YY_LEX_DEBUG
@@ -129,4 +131,6 @@ extract_string(const char* total)
str[ctr - 1] = '\0';
return new TAO_Literal_Constraint(str);
-} \ No newline at end of file
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL \ No newline at end of file