summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_union_label.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_union_label.h')
-rw-r--r--TAO/TAO_IDL/include/ast_union_label.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/TAO_IDL/include/ast_union_label.h b/TAO/TAO_IDL/include/ast_union_label.h
index 7dd124784a4..2a50603fcbf 100644
--- a/TAO/TAO_IDL/include/ast_union_label.h
+++ b/TAO/TAO_IDL/include/ast_union_label.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:
@@ -77,13 +77,13 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
** USE: included from ast.hh
*/
-class AST_UnionLabel
+class AST_UnionLabel
{
public:
// Define kind of label
enum UnionLabel {
- UL_default // Label is "default"
- , UL_label // Regular label
+ UL_default // Label is "default"
+ , UL_label // Regular label
};
// Operations
@@ -98,12 +98,12 @@ public:
AST_Expression *label_val();
// AST Dumping
- virtual void dump(ostream &o);
+ virtual void dump(ostream &o);
private:
// Data
- UnionLabel pd_label_kind; // Label kind
- AST_Expression *pd_label_val; // Label expression
+ UnionLabel pd_label_kind; // Label kind
+ AST_Expression *pd_label_val; // Label expression
};