From a1c3ff108b7062a0c358433b575c04275eeeae99 Mon Sep 17 00:00:00 2001 From: parsons Date: Wed, 24 Mar 2010 18:49:36 +0000 Subject: ChangeLogTag: Wed Mar 24 18:48:59 UTC 2010 Jeff Parsons --- TAO/TAO_IDL/be_include/be_visitor_root/root_exh.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'TAO/TAO_IDL/be_include/be_visitor_root/root_exh.h') 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_ */ -- cgit v1.2.1