summaryrefslogtreecommitdiff
path: root/TAO_IDL/be_include/be_visitor_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO_IDL/be_include/be_visitor_context.h')
-rw-r--r--TAO_IDL/be_include/be_visitor_context.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO_IDL/be_include/be_visitor_context.h b/TAO_IDL/be_include/be_visitor_context.h
index 2e62555ecdd..1b0240d38df 100644
--- a/TAO_IDL/be_include/be_visitor_context.h
+++ b/TAO_IDL/be_include/be_visitor_context.h
@@ -128,10 +128,10 @@ public:
*/
be_interface *interface (void) const;
void interface (be_interface *);
-
+
/// Accessor for the member.
ACE_CString &port_prefix (void);
-
+
/// return the export macro currently in force
const char *export_macro (void) const;
@@ -171,7 +171,7 @@ private:
/// See the method declaration above.
be_interface *interface_;
-
+
/// Used in enough visitors to put it here.
ACE_CString port_prefix_;
};