summaryrefslogtreecommitdiff
path: root/autodoc/source/parser_i/inc/s2_luidl/pe_excp.hxx
diff options
context:
space:
mode:
authorNikolai Pretzell <np@openoffice.org>2002-11-01 16:15:51 +0000
committerNikolai Pretzell <np@openoffice.org>2002-11-01 16:15:51 +0000
commit18e7b2a7dbc74cd094028e11b0910f1136cce615 (patch)
treebc1652165f7eb6af956a96cbb2e6408db0da2cbf /autodoc/source/parser_i/inc/s2_luidl/pe_excp.hxx
parent7a9d96862db4571421d6eadb314da3c0c67ece2b (diff)
#103134#
Diffstat (limited to 'autodoc/source/parser_i/inc/s2_luidl/pe_excp.hxx')
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_excp.hxx26
1 files changed, 12 insertions, 14 deletions
diff --git a/autodoc/source/parser_i/inc/s2_luidl/pe_excp.hxx b/autodoc/source/parser_i/inc/s2_luidl/pe_excp.hxx
index 3df0adfdd6ae..874705b6b8d9 100644
--- a/autodoc/source/parser_i/inc/s2_luidl/pe_excp.hxx
+++ b/autodoc/source/parser_i/inc/s2_luidl/pe_excp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pe_excp.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: np $ $Date: 2002-03-08 14:45:35 $
+ * last change: $Author: np $ $Date: 2002-11-01 17:15:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,9 +70,8 @@
#include <s2_luidl/pestate.hxx>
// COMPONENTS
#include <s2_luidl/semnode.hxx>
-#include <csi/prl/quname2.hxx>
+#include <ary/qualiname.hxx>
// PARAMETERS
-#include <csi/prl/tsk_type.hxx>
@@ -104,7 +103,7 @@ class PE_Exception : public UnoIDL_PE
PE_Exception();
virtual void EstablishContacts(
UnoIDL_PE * io_pParentPE,
- ary::Repository & io_rRepository,
+ ary::n22::Repository & io_rRepository,
TokenProcessing_Result &
o_rResult );
~PE_Exception();
@@ -121,19 +120,16 @@ class PE_Exception : public UnoIDL_PE
void Prepare_PE_Element();
void Data_Set_Name(
const char * i_sName );
- void Data_Add_CurParsed_ElementRef();
-
- Exception * pData;
+ // DATA
+ String sData_Name;
bool bIsPreDeclaration;
- udm::IRef< Exception >
- pCurStruct;
+ ary::idl::Ce_id nCurStruct;
Dyn<PE_StructElement>
pPE_Element;
- udm::IRef< StructElement >
- aCurParsed_ElementRef;
+ ary::idl::Ce_id nCurParsed_ElementRef;
Dyn<PE_Type> pPE_Type;
- csi::prl::RefType aCurParsed_Base;
+ ary::idl::Type_id nCurParsed_Base;
};
struct S_Stati;
@@ -232,7 +228,7 @@ class PE_Exception : public UnoIDL_PE
virtual void Process_Punctuation(
const TokPunctuation &
i_rToken );
- virtual void On_SubPE_Left();
+// virtual void On_SubPE_Left();
};
class State_WaitForFinish : public PE_StructState
{ // -> ;
@@ -269,6 +265,8 @@ class PE_Exception : public UnoIDL_PE
virtual void TransferData();
virtual void ReceiveData();
+ public: void store_Exception(); private:
+
friend class PE_StructState;
S_Stati & Stati() { return *pStati; }