diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:09:54 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 11:09:54 +0000 |
commit | c43ae9a1b3f2baac7ee9e2d079f8ad874c7b22a4 (patch) | |
tree | 0ba8554733bf4859958c856a5a89e25e686bc106 /autodoc/source/parser_i/inc/s2_luidl | |
parent | 83b223ccee30ca058a1ef45ce1f5bca2f72dd52a (diff) |
INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED
2005/10/18 08:36:25 np 1.8.4.1: #i53898#
Diffstat (limited to 'autodoc/source/parser_i/inc/s2_luidl')
-rw-r--r-- | autodoc/source/parser_i/inc/s2_luidl/parsenv2.hxx | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/autodoc/source/parser_i/inc/s2_luidl/parsenv2.hxx b/autodoc/source/parser_i/inc/s2_luidl/parsenv2.hxx index 5fbf9f81..8aecdb3d 100644 --- a/autodoc/source/parser_i/inc/s2_luidl/parsenv2.hxx +++ b/autodoc/source/parser_i/inc/s2_luidl/parsenv2.hxx @@ -4,9 +4,9 @@ * * $RCSfile: parsenv2.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:59:36 $ + * last change: $Author: hr $ $Date: 2006-06-19 12:09:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -100,12 +100,12 @@ class UnoIDL_PE : virtual protected TokenProcessing_Types io_rRepository, TokenProcessing_Result & o_rResult ); - virtual void EstablishContacts( - UnoIDL_PE * io_pParentPE, - ary::idl::Gate & - io_rGate, - TokenProcessing_Result & - o_rResult ); +// virtual void EstablishContacts( +// UnoIDL_PE * io_pParentPE, +// ary::idl::Gate & +// io_rGate, +// TokenProcessing_Result & +// o_rResult ); virtual void Enter( E_EnvStackAction i_eWayOfEntering ); virtual void Leave( @@ -138,7 +138,11 @@ class UnoIDL_PE : virtual protected TokenProcessing_Types TokenResult() const { return aMyNode.TokenResult(); } DYN ary::info::CodeInformation * ReleaseDocu() { return pDocu.Release(); } - + protected: + UnoIDL_PE(); + ary::n22::Repository & + MyRepository() { csv_assert(pRepository != 0); + return *pRepository; } private: virtual void InitData(); virtual void TransferData() = 0; @@ -147,6 +151,8 @@ class UnoIDL_PE : virtual protected TokenProcessing_Types SemanticNode aMyNode; Dyn<ary::info::CodeInformation> pDocu; + ary::n22::Repository * + pRepository; }; |