summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_interface/tie_si.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_interface/tie_si.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_interface/tie_si.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_interface/tie_si.h b/TAO/TAO_IDL/be_include/be_visitor_interface/tie_si.h
index fe3fb0ac09b..f8a9f982946 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_interface/tie_si.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_interface/tie_si.h
@@ -19,7 +19,7 @@
//
// ============================================================================
-#if !defined (_BE_INTERFACE_TIE_SI_H_)
+#ifndef _BE_INTERFACE_TIE_SI_H_
#define _BE_INTERFACE_TIE_SI_H_
class be_visitor_interface_tie_si : public be_visitor_interface
@@ -44,8 +44,8 @@ public:
// set the right context and make a visitor
static int method_helper (be_interface *,
- be_interface *,
- TAO_OutStream *os);
+ be_interface *,
+ TAO_OutStream *os);
// helper method to generate method declaration in the TIE classes.
};