summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/Constraint_l.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Trader/Constraint_l.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Constraint_l.cpp23
1 files changed, 5 insertions, 18 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Constraint_l.cpp b/TAO/orbsvcs/orbsvcs/Trader/Constraint_l.cpp
index a451f98e6a9..2197337bab9 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Constraint_l.cpp
+++ b/TAO/orbsvcs/orbsvcs/Trader/Constraint_l.cpp
@@ -8,7 +8,6 @@
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
-#include "tao/orbconf.h"
#include "ace/OS.h"
/* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
@@ -84,8 +83,6 @@
/* Size of default input buffer. */
#define YY_BUF_SIZE 16384
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
typedef struct yy_buffer_state *YY_BUFFER_STATE;
extern int yyleng;
@@ -408,8 +405,6 @@ char *yytext;
#define INITIAL 0
-TAO_END_VERSIONED_NAMESPACE_DECL
-
// $Id$
// ========================================================================
//
@@ -424,11 +419,9 @@ TAO_END_VERSIONED_NAMESPACE_DECL
//
// ========================================================================
-#include "orbsvcs/Trader/Constraint_Interpreter.h"
-#include "orbsvcs/Trader/Constraint_Nodes.h"
-#include "orbsvcs/Trader/Constraint_Tokens.h"
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+#include "Constraint_Interpreter.h"
+#include "Constraint_Nodes.h"
+#include "Constraint_Tokens.h"
static TAO_Literal_Constraint* extract_string(const char*);
@@ -495,8 +488,6 @@ static int yy_top_state YY_PROTO(( void ));
#define YY_NO_TOP_STATE 1
#endif
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#ifdef YY_MALLOC_DECL
YY_MALLOC_DECL
#else
@@ -588,8 +579,6 @@ YY_MALLOC_DECL
#define YY_RULE_SETUP \
YY_USER_ACTION
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
YY_DECL
{
register yy_state_type yy_current_state;
@@ -802,7 +791,7 @@ YY_RULE_SETUP
{
yylval.constraint_ =
- new TAO_Literal_Constraint(true);
+ new TAO_Literal_Constraint((CORBA::Boolean) 1);
TAO_YY_LEX_DEBUG; return TAO_BOOLEAN;
}
ACE_NOTREACHED (YY_BREAK)
@@ -811,7 +800,7 @@ YY_RULE_SETUP
{
yylval.constraint_ =
- new TAO_Literal_Constraint(false);
+ new TAO_Literal_Constraint((CORBA::Boolean) 0);
TAO_YY_LEX_DEBUG; return TAO_BOOLEAN;
}
ACE_NOTREACHED (YY_BREAK)
@@ -1786,5 +1775,3 @@ yywrap (void)
{
return 1;
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL