From e9b4600b87d879ed25435fc0c9828231792df121 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 19 Apr 2006 12:45:23 +0000 Subject: INTEGRATION: CWS sb49 (1.6.20); FILE MERGED 2006/03/15 16:21:31 sb 1.6.20.1: #i62098# Added check that no two service ctors have the same signature; along the way, added some helper functions and some missing const qualifiers. --- idlc/inc/idlc/idlc.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'idlc') diff --git a/idlc/inc/idlc/idlc.hxx b/idlc/inc/idlc/idlc.hxx index ce2e5a1b0fa3..81519f283ead 100644 --- a/idlc/inc/idlc/idlc.hxx +++ b/idlc/inc/idlc/idlc.hxx @@ -4,9 +4,9 @@ * * $RCSfile: idlc.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:04:17 $ + * last change: $Author: hr $ $Date: 2006-04-19 13:45:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -173,6 +173,9 @@ Idlc* SAL_CALL setIdlc(Options* pOptions); AstDeclaration const * resolveTypedefs(AstDeclaration const * type); +AstDeclaration const * deconstructAndResolveTypedefs( + AstDeclaration const * type, sal_Int32 * rank); + AstInterface const * resolveInterfaceTypedefs(AstType const * type); #endif // _IDLC_IDLC_HXX_ -- cgit