summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_structure.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_structure.h')
-rw-r--r--TAO/TAO_IDL/include/ast_structure.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/TAO/TAO_IDL/include/ast_structure.h b/TAO/TAO_IDL/include/ast_structure.h
index baa1944bbe6..b0f14cc45fe 100644
--- a/TAO/TAO_IDL/include/ast_structure.h
+++ b/TAO/TAO_IDL/include/ast_structure.h
@@ -53,8 +53,8 @@ Technical Data and Computer Software clause at DFARS 252.227-7013 and FAR
Sun, Sun Microsystems and the Sun logo are trademarks or registered
trademarks of Sun Microsystems, Inc.
-SunSoft, Inc.
-2550 Garcia Avenue
+SunSoft, Inc.
+2550 Garcia Avenue
Mountain View, California 94043
NOTE:
@@ -79,13 +79,13 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
/*
** DEPENDENCIES: ast_concrete_type.hh, utl_scope.hh, utl_scoped_name.hh,
-** utl_strlist.hh
+** utl_strlist.hh
**
** USE: Included from ast.hh
*/
-class AST_Structure : public virtual AST_ConcreteType,
- public virtual UTL_Scope
+class AST_Structure : public virtual AST_ConcreteType,
+ public virtual UTL_Scope
{
public:
// Operations
@@ -102,17 +102,17 @@ public:
DEF_NARROW_FROM_SCOPE(AST_Structure);
// AST Dumping
- virtual void dump(ostream &o);
+ virtual void dump(ostream &o);
private:
friend int tao_yyparse();
// Scope Management Protocol
- virtual AST_Union *fe_add_union(AST_Union *u);
- virtual AST_Structure *fe_add_structure(AST_Structure *s);
- virtual AST_Field *fe_add_field(AST_Field *f);
- virtual AST_Enum *fe_add_enum(AST_Enum *e);
- virtual AST_EnumVal *fe_add_enum_val(AST_EnumVal *v);
+ virtual AST_Union *fe_add_union(AST_Union *u);
+ virtual AST_Structure *fe_add_structure(AST_Structure *s);
+ virtual AST_Field *fe_add_field(AST_Field *f);
+ virtual AST_Enum *fe_add_enum(AST_Enum *e);
+ virtual AST_EnumVal *fe_add_enum_val(AST_EnumVal *v);
};
#endif // _AST_STRUCTURE_AST_STRUCTURE_HH