summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_root/root_exh.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-03-24 18:49:36 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-03-24 18:49:36 +0000
commita1c3ff108b7062a0c358433b575c04275eeeae99 (patch)
tree037d276a79bad44cdb6dcef74a8d0152240544a5 /TAO/TAO_IDL/be_include/be_visitor_root/root_exh.h
parentb7df047406805123fde29d9a58ab94891f7da009 (diff)
downloadATCD-a1c3ff108b7062a0c358433b575c04275eeeae99.tar.gz
ChangeLogTag: Wed Mar 24 18:48:59 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_root/root_exh.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_root/root_exh.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_root/root_exh.h b/TAO/TAO_IDL/be_include/be_visitor_root/root_exh.h
index d8d6ad8446e..1b2eff7b6fd 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_root/root_exh.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_root/root_exh.h
@@ -15,7 +15,6 @@
*/
//=============================================================================
-
#ifndef _BE_VISITOR_ROOT_ROOT_EXH_H_
#define _BE_VISITOR_ROOT_ROOT_EXH_H_
@@ -33,9 +32,12 @@ public:
be_visitor_root_exh (be_visitor_context *ctx);
~be_visitor_root_exh (void);
+
+ virtual int visit_root (be_root *node);
- /// Set the right context and make a visitor.
- virtual int init (void);
+private:
+ /// Open file and initialize stream.
+ int init (void);
};
#endif /* _BE_VISITOR_ROOT_ROOT_EXH_H_ */