From 6cc7a32429c5efdc9a920d480770fd49efb6d479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Tue, 30 Mar 2004 15:42:42 +0000 Subject: [PATCH] INTEGRATION: CWS sb14 (1.1.96); FILE MERGED 2004/03/15 09:53:54 sb 1.1.96.1: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. --- idlc/inc/idlc/aststruct.hxx | 6 +++--- idlc/inc/idlc/astunion.hxx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/idlc/inc/idlc/aststruct.hxx b/idlc/inc/idlc/aststruct.hxx index f264ed503719..1cb946a51d76 100644 --- a/idlc/inc/idlc/aststruct.hxx +++ b/idlc/inc/idlc/aststruct.hxx @@ -2,9 +2,9 @@ * * $RCSfile: aststruct.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jsc $ $Date: 2001-03-15 12:23:01 $ + * last change: $Author: rt $ $Date: 2004-03-30 16:42:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,7 +85,7 @@ public: AstStruct* getBaseType() { return m_pBaseType; } - virtual sal_Bool dump(RegistryKey& rKey, RegistryTypeWriterLoader* pLoader); + virtual sal_Bool dump(RegistryKey& rKey); private: AstStruct* m_pBaseType; }; diff --git a/idlc/inc/idlc/astunion.hxx b/idlc/inc/idlc/astunion.hxx index 074e93bab1a2..41e2f0ef7a94 100644 --- a/idlc/inc/idlc/astunion.hxx +++ b/idlc/inc/idlc/astunion.hxx @@ -2,9 +2,9 @@ * * $RCSfile: astunion.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jsc $ $Date: 2001-03-15 12:23:01 $ + * last change: $Author: rt $ $Date: 2004-03-30 16:42:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,7 @@ public: ExprType getDiscrimantExprType() { return m_discExprType; } - virtual sal_Bool dump(RegistryKey& rKey, RegistryTypeWriterLoader* pLoader); + virtual sal_Bool dump(RegistryKey& rKey); virtual AstDeclaration* addDeclaration(AstDeclaration* pDecl); protected: