summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_ami_pre_proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_ami_pre_proc.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_ami_pre_proc.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_ami_pre_proc.h b/TAO/TAO_IDL/be_include/be_visitor_ami_pre_proc.h
index 53d98fdf0ff..a4aba407390 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_ami_pre_proc.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_ami_pre_proc.h
@@ -25,15 +25,10 @@
#ifndef TAO_BE_VISITOR_AMI_PRE_PROC_H
#define TAO_BE_VISITOR_AMI_PRE_PROC_H
-#include "idl.h"
-#include "idl_extern.h"
-#include "be.h"
-
-#include "be_root.h"
-#include "be_module.h"
-#include "be_interface.h"
#include "be_visitor_scope.h"
+#include "ace/SString.h"
+class AST_Interface;
class be_visitor_ami_pre_proc : public be_visitor_scope
{
@@ -47,7 +42,8 @@ class be_visitor_ami_pre_proc : public be_visitor_scope
private:
typedef AST_Interface *AST_Interface_ptr;
- typedef enum {
+ typedef enum
+ {
NORMAL,
GET_OPERATION,
SET_OPERATION
@@ -119,7 +115,6 @@ private:
be_operation *generate_set_operation (be_attribute *node);
// generate a set operation out of the attribute.
-
};