diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:50:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:50:05 +0000 |
commit | fff87cda1e3737dd748f874926ef93e97bac9bb9 (patch) | |
tree | 9ffd64d35d5c84582ab9aa3d21ff820ecf093f81 | |
parent | 10a0f182172aadd684c99b9cebc0039f5d426265 (diff) |
INTEGRATION: CWS pchfix02 (1.4.86); FILE MERGED
2006/09/01 18:00:59 kaib 1.4.86.1: #i68856# Added header markers and pch files
-rw-r--r-- | xmlsecurity/tools/standalone/csfit/decrypter.cxx | 7 | ||||
-rw-r--r-- | xmlsecurity/tools/standalone/csfit/encrypter.cxx | 7 | ||||
-rw-r--r-- | xmlsecurity/tools/standalone/csfit/signer.cxx | 7 |
3 files changed, 15 insertions, 6 deletions
diff --git a/xmlsecurity/tools/standalone/csfit/decrypter.cxx b/xmlsecurity/tools/standalone/csfit/decrypter.cxx index a3b5a01d40b9..279b73b764f8 100644 --- a/xmlsecurity/tools/standalone/csfit/decrypter.cxx +++ b/xmlsecurity/tools/standalone/csfit/decrypter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: decrypter.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 17:40:06 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:49:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_xmlsecurity.hxx" + #include <stdio.h> #include "helper.hxx" diff --git a/xmlsecurity/tools/standalone/csfit/encrypter.cxx b/xmlsecurity/tools/standalone/csfit/encrypter.cxx index 3eb7c1897bd7..8a615a494816 100644 --- a/xmlsecurity/tools/standalone/csfit/encrypter.cxx +++ b/xmlsecurity/tools/standalone/csfit/encrypter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: encrypter.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 17:40:20 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:49:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_xmlsecurity.hxx" + #include <stdio.h> #include "helper.hxx" diff --git a/xmlsecurity/tools/standalone/csfit/signer.cxx b/xmlsecurity/tools/standalone/csfit/signer.cxx index 43a07b451d5f..e64d3b68aa42 100644 --- a/xmlsecurity/tools/standalone/csfit/signer.cxx +++ b/xmlsecurity/tools/standalone/csfit/signer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: signer.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 17:41:20 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:50:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_xmlsecurity.hxx" + #include <stdio.h> #include "helper.hxx" |