summaryrefslogtreecommitdiff
path: root/TAO_IDL/be_include/be_field.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO_IDL/be_include/be_field.h')
-rw-r--r--TAO_IDL/be_include/be_field.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO_IDL/be_include/be_field.h b/TAO_IDL/be_include/be_field.h
index a2654588c19..8aa3910e3e0 100644
--- a/TAO_IDL/be_include/be_field.h
+++ b/TAO_IDL/be_include/be_field.h
@@ -30,30 +30,30 @@ public:
be_field (AST_Type *ft,
UTL_ScopedName *n,
Visibility vis = vis_NA);
-
+
// Non-virtual override of frontend method.
be_type *field_type (void) const;
-
+
// Generate debugging ostream operator for members.
void gen_member_ostream_operator (TAO_OutStream *os,
const char *instance_name,
bool use_underscore,
bool accessor = false);
-
- // Accessors for the member.
+
+ // Accessors for the member.
bool port_name_prefixed (void) const;
void port_name_prefixed (bool val);
// Visiting.
virtual int accept (be_visitor *visitor);
-
+
// Cleanup.
virtual void destroy (void);
// Narrowing.
DEF_NARROW_FROM_DECL (be_field);
-
+
private:
// If the name of a provides or uses node has already been
// prefixed with the (mirror)port name(s), we don't want