summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_union_branch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_union_branch.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_union_branch.h19
1 files changed, 2 insertions, 17 deletions
diff --git a/TAO/TAO_IDL/be_include/be_union_branch.h b/TAO/TAO_IDL/be_include/be_union_branch.h
index b334ea15c10..8a364435e28 100644
--- a/TAO/TAO_IDL/be_include/be_union_branch.h
+++ b/TAO/TAO_IDL/be_include/be_union_branch.h
@@ -22,14 +22,6 @@
#ifndef BE_UNION_BRANCH_H
#define BE_UNION_BRANCH_H
-#include "be_decl.h"
-#include "ast_union_branch.h"
-
-class UTL_LabelList;
-class UTL_Type;
-class UTL_StrList;
-class be_visitor;
-
/*
* BE_UnionBranch
*/
@@ -41,20 +33,13 @@ public:
be_union_branch (void);
// default constructor
- be_union_branch (UTL_LabelList *ll,
- AST_Type *ft,
- UTL_ScopedName *n,
+ be_union_branch (UTL_LabelList *ll, AST_Type *ft, UTL_ScopedName *n,
UTL_StrList *p);
// constructor
- int gen_label_value (TAO_OutStream *os,
- unsigned long index = 0);
+ int gen_label_value (TAO_OutStream *os, unsigned long index = 0);
// Generate the label value (as in a switch/case statement).
- int gen_default_label_value (TAO_OutStream *os,
- be_union *bu);
- // Generate the default label value (as in a switch/case statement).
-
// Visiting
virtual int accept (be_visitor *visitor);