summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/Interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Trader/Interpreter.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Interpreter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Interpreter.h b/TAO/orbsvcs/orbsvcs/Trader/Interpreter.h
index 4575bc96e89..b667227be47 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Interpreter.h
+++ b/TAO/orbsvcs/orbsvcs/Trader/Interpreter.h
@@ -17,7 +17,7 @@
#include "Constraint_Nodes.h"
#include "Constraint_Visitors.h"
-#include "orbsvcs/Trader/trading_serv_export.h"
+#include "orbsvcs/orbsvcs/Trader/trading_export.h"
class TAO_Constraint_Evaluator;
class TAO_Constraint_Validator;
@@ -29,7 +29,7 @@ class TAO_Constraint_Validator;
* build tree method invokes the yacc parser to parse a constraint
* or preference string.
*/
-class TAO_Trading_Serv_Export TAO_Interpreter
+class TAO_Trading_Export TAO_Interpreter
{
protected:
// = Initialization and termination methods.