summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include
diff options
context:
space:
mode:
authormhengstmengel <mhengstmengel@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-05-08 12:33:56 +0000
committermhengstmengel <mhengstmengel@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-05-08 12:33:56 +0000
commitdbc6349c36d0681573f48afc0fea73831e5d1860 (patch)
treec46aa341663d4d47308c1b5f9752909d79403c84 /TAO/TAO_IDL/be_include
parentdd20628c3c2b8ce171d6a309ac072a852aa74f3f (diff)
downloadATCD-dbc6349c36d0681573f48afc0fea73831e5d1860.tar.gz
Tue May 8 12:25:13 UTC 2012 Marijke Hengstmengel <m.hengstmengel@remedy.nl>
* TAO_IDL/be/be_visitor_operation/operation_ch.cpp: * TAO_IDL/be/be_visitor_component/executor_exh.cpp: * TAO_IDL/be/be_visitor_component/component_exh.cpp: * TAO_IDL/be/be_visitor_component/facet_exh.cpp: * TAO_IDL/be/be_visitor_component/executor_private_exh.cpp: * TAO_IDL/be/be_visitor_component_scope.cpp: * TAO_IDL/be_include/be_visitor_component/executor_private_exh.h: Added Doxygen documentation for the CIAO executors.
Diffstat (limited to 'TAO/TAO_IDL/be_include')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_component/executor_private_exh.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_component/executor_private_exh.h b/TAO/TAO_IDL/be_include/be_visitor_component/executor_private_exh.h
index 00b8925e2da..0cb4ffc36ed 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_component/executor_private_exh.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_component/executor_private_exh.h
@@ -31,6 +31,10 @@ public:
virtual int visit_provides (be_provides *node);
virtual int visit_attribute (be_attribute *node);
+ virtual void set_flags (bool do_provides, bool do_attribute);
+private:
+ bool do_provides_;
+ bool do_attribute_;
};
#endif /* _BE_COMPONENT_EXECUTOR_PRIVATE_EXH_H_ */