summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_amh_pre_proc.h
diff options
context:
space:
mode:
authormayur <mayur@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-06 01:22:25 +0000
committermayur <mayur@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-06 01:22:25 +0000
commit68983f78019288d6003037b08d6b58eac374410e (patch)
treeb2d131febd7977028fb494c36d4ce9e4c6ed7638 /TAO/TAO_IDL/be_include/be_visitor_amh_pre_proc.h
parent1c08ac6107005615da9e3f2671b72b6a73dde0f6 (diff)
downloadATCD-68983f78019288d6003037b08d6b58eac374410e.tar.gz
Wed Jun 5 18:05:35 2002 Mayur Deshpande <mayur@ics.uci.edu>
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_amh_pre_proc.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_amh_pre_proc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_amh_pre_proc.h b/TAO/TAO_IDL/be_include/be_visitor_amh_pre_proc.h
index 9f2ec8ddc3b..8e3920eb026 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_amh_pre_proc.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_amh_pre_proc.h
@@ -10,6 +10,8 @@
* strategy on it and enters the node into the AST.
*
* @author Darrell Brunsch <brunsch@cs.wustl.edu>
+* @author Mayur Deshpande <mayur@ics.uci.edu>
+* @author Carlos O'Ryan <coryan@uci.edu>
*/
//=============================================================================
@@ -83,6 +85,9 @@ private:
/// Create the exception holder valuetype
be_valuetype *create_exception_holder (be_interface *node);
+ /// And the concrete implemenation of the exception holder valuetype
+ // be_valuetype *create_exception_holder_concrete (be_valuetype *parent);
+
/// Creates a raise operation from node and inserts it in
/// excep_holder, while obeying if it is a normal operation
/// or a set or get attribute.