From f2b97063efdd5cd248f00c4a02001d6b9d570abb Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 30 Mar 2004 15:40:03 +0000 Subject: INTEGRATION: CWS sb14 (1.1.96); FILE MERGED 2004/03/15 09:53:51 sb 1.1.96.1: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. --- idlc/inc/idlc/astconstant.hxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'idlc') diff --git a/idlc/inc/idlc/astconstant.hxx b/idlc/inc/idlc/astconstant.hxx index 8c0f9c1a81a6..f972a1fa290b 100644 --- a/idlc/inc/idlc/astconstant.hxx +++ b/idlc/inc/idlc/astconstant.hxx @@ -2,9 +2,9 @@ * * $RCSfile: astconstant.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:40:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,6 +68,8 @@ #include #endif +namespace typereg { class Writer; } + class AstConstant : public AstDeclaration { public: @@ -82,7 +84,7 @@ public: const ExprType getConstValueType() { return m_constValueType; } - sal_Bool dumpBlob(RegistryTypeWriter& rBlob, sal_uInt16 index); + sal_Bool dumpBlob(typereg::Writer & rBlob, sal_uInt16 index); private: AstExpression* m_pConstValue; const ExprType m_constValueType; -- cgit