From a89a9769d4ce592e98797956c547a14bc2c8c33d Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 14 Jun 2005 15:40:19 +0000 Subject: INTEGRATION: CWS gcc4fwdecl (1.7.20); FILE MERGED 2005/06/02 12:56:06 pmladek 1.7.20.1: #i50081# Fixed forward declarations for gcc4 in xmlsecurity --- xmlsecurity/source/helper/xsecctl.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'xmlsecurity') diff --git a/xmlsecurity/source/helper/xsecctl.hxx b/xmlsecurity/source/helper/xsecctl.hxx index ce358dbf6109..899e9cbe56b6 100644 --- a/xmlsecurity/source/helper/xsecctl.hxx +++ b/xmlsecurity/source/helper/xsecctl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xsecctl.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: vg $ $Date: 2005-03-10 18:08:35 $ + * last change: $Author: obo $ $Date: 2005-06-14 16:40:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -154,6 +154,9 @@ #define RTL_ASCII_USTRINGPARAM( asciiStr ) asciiStr, strlen( asciiStr ), RTL_TEXTENCODING_ASCII_US +// forward declaration +class XSecParser; + class InternalSignatureInformation { public: -- cgit v1.2.3