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
This commit is contained in:
Oliver Bolte
2005-06-14 15:40:19 +00:00
parent bdacf77076
commit a89a9769d4

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: xsecctl.hxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -154,6 +154,9 @@
#define RTL_ASCII_USTRINGPARAM( asciiStr ) asciiStr, strlen( asciiStr ), RTL_TEXTENCODING_ASCII_US #define RTL_ASCII_USTRINGPARAM( asciiStr ) asciiStr, strlen( asciiStr ), RTL_TEXTENCODING_ASCII_US
// forward declaration
class XSecParser;
class InternalSignatureInformation class InternalSignatureInformation
{ {
public: public: