summaryrefslogtreecommitdiff
path: root/TAO_IDL/include/ast_valuebox.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO_IDL/include/ast_valuebox.h')
-rw-r--r--TAO_IDL/include/ast_valuebox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO_IDL/include/ast_valuebox.h b/TAO_IDL/include/ast_valuebox.h
index 450d42c29b6..77213527a0b 100644
--- a/TAO_IDL/include/ast_valuebox.h
+++ b/TAO_IDL/include/ast_valuebox.h
@@ -11,12 +11,12 @@ class TAO_IDL_FE_Export AST_ValueBox : public virtual AST_ConcreteType
public:
AST_ValueBox (UTL_ScopedName *n,
AST_Type *boxed_type);
-
+
virtual ~AST_ValueBox (void);
// Data Accessors.
AST_Type *boxed_type (void) const;
-
+
// Narrowing.
DEF_NARROW_FROM_DECL(AST_ValueBox);
@@ -25,7 +25,7 @@ public:
// Visiting.
virtual int ast_accept (ast_visitor *visitor);
-
+
// Cleanup.
virtual void destroy (void);