summaryrefslogtreecommitdiffstats
path: root/autodoc/source/parser_i/inc/s2_luidl/parsenv2.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 12:44:25 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 12:44:25 +0000
commitb772a89b26320d85829dc433c0a8c3f7874860b6 (patch)
tree265865e25ea480fbfa6214d0c90600277ecc8ff2 /autodoc/source/parser_i/inc/s2_luidl/parsenv2.hxx
parentINTEGRATION: CWS adc9 (1.3.114); FILE MERGED (diff)
downloadcore-b772a89b26320d85829dc433c0a8c3f7874860b6.tar.gz
core-b772a89b26320d85829dc433c0a8c3f7874860b6.zip
INTEGRATION: CWS adc9 (1.5.6); FILE MERGED
2004/11/09 17:31:06 np 1.5.6.1: #i33253#
Diffstat (limited to 'autodoc/source/parser_i/inc/s2_luidl/parsenv2.hxx')
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/parsenv2.hxx18
1 files changed, 10 insertions, 8 deletions
diff --git a/autodoc/source/parser_i/inc/s2_luidl/parsenv2.hxx b/autodoc/source/parser_i/inc/s2_luidl/parsenv2.hxx
index dd3c9c8ebce2..0829f7b8cbff 100644
--- a/autodoc/source/parser_i/inc/s2_luidl/parsenv2.hxx
+++ b/autodoc/source/parser_i/inc/s2_luidl/parsenv2.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: parsenv2.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2004-07-12 15:44:10 $
+ * last change: $Author: obo $ $Date: 2004-11-15 13:44:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,6 +124,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 Enter(
E_EnvStackAction i_eWayOfEntering );
virtual void Leave(
@@ -140,11 +146,6 @@ class UnoIDL_PE : virtual protected TokenProcessing_Types
ary::idl::CodeEntity &
io_rCe );
-/*
- const SemanticNode &
- Node() const { return aMyNode; }
- SemanticNode & Node() { return aMyNode; }
-*/
UnoIDL_PE * Parent() const { return aMyNode.Parent(); }
void SetResult(
@@ -155,7 +156,8 @@ class UnoIDL_PE : virtual protected TokenProcessing_Types
virtual const ary::idl::Module &
CurNamespace() const;
ary::idl::Gate & Gate() const { return aMyNode.AryGate(); }
-
+ TokenProcessing_Result &
+ TokenResult() const { return aMyNode.TokenResult(); }
DYN ary::info::CodeInformation *
ReleaseDocu() { return pDocu.Release(); }