diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-19 12:45:23 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-19 12:45:23 +0000 |
commit | e9b4600b87d879ed25435fc0c9828231792df121 (patch) | |
tree | a35d7713ccda3b996e141005ced74b8b92477497 /idlc | |
parent | 3034dbb9bec3a86c845db36dda2fb7a2405933a2 (diff) |
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.
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/inc/idlc/idlc.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
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_ |