summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-10-30 07:28:00 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-10-30 07:28:00 +0000
commitc6666396e1f5e758d4012abfa97b5663de23c3ab (patch)
tree56dbb87fabd31e59dbd7202524799a1f9e3dc9ba
parent232c0f84b4499a18089d2d4780425e3aebd3c06c (diff)
downloadATCD-c6666396e1f5e758d4012abfa97b5663de23c3ab.tar.gz
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_component/executor_ex_idl.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_component/executor_ex_idl.h b/TAO/TAO_IDL/be_include/be_visitor_component/executor_ex_idl.h
index 04dc6a3e8f1..a0c47c99457 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_component/executor_ex_idl.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_component/executor_ex_idl.h
@@ -29,7 +29,7 @@ class be_visitor_executor_ex_idl
// be_visitor_executor_ex_idl
//
// = DESCRIPTION
- // This is a concrete visitor to generate the
+ // This is a concrete visitor to generate the
// CIAO executor class IDL.
//
//
@@ -37,20 +37,20 @@ public:
be_visitor_executor_ex_idl (be_visitor_context *ctx);
~be_visitor_executor_ex_idl (void);
-
+
virtual int visit_component (be_component *node);
/// To regenerate attribute declarations.
virtual int visit_attribute (be_attribute *node);
-
+
/// To regenerate the name of the attribute's referenced
/// (anonymous) type. Anonymous arrays are not allowed.
virtual int visit_string (be_string *node);
virtual int visit_sequence (be_sequence *node);
-
+
virtual int visit_provides (be_provides *node);
virtual int visit_consumes (be_consumes *node);
-
+
private:
void gen_supported (void);
void gen_exception_list (UTL_ExceptList *exceptions,
@@ -58,5 +58,5 @@ private:
bool closed = true);
};
-#endif /_BE_COMPONENT_EXECUTOR_EX_IDL_H_ */
+#endif /* _BE_COMPONENT_EXECUTOR_EX_IDL_H_ */