diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:51:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:51:43 +0000 |
commit | 90aabb1fedbbb2cfd9c2c6888d414feabedc7085 (patch) | |
tree | 3d0c86365bde4758a3163370754e89c4fef3cbcd /xmlsecurity | |
parent | 3a23d0c7e76bfc8492deb4cca56c31ae06003be8 (diff) |
INTEGRATION: CWS pchfix02 (1.3.134); FILE MERGED
2006/09/01 18:01:00 kaib 1.3.134.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/tools/standalone/mscsfit/encrypter.cxx | 3 | ||||
-rw-r--r-- | xmlsecurity/tools/standalone/mscsfit/signer.cxx | 3 | ||||
-rw-r--r-- | xmlsecurity/tools/standalone/mscsfit/verifier.cxx | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/xmlsecurity/tools/standalone/mscsfit/encrypter.cxx b/xmlsecurity/tools/standalone/mscsfit/encrypter.cxx index 2f2aef8d023e..7402d5c3984f 100644 --- a/xmlsecurity/tools/standalone/mscsfit/encrypter.cxx +++ b/xmlsecurity/tools/standalone/mscsfit/encrypter.cxx @@ -1,4 +1,7 @@ /** -- C++ Source File -- **/ + +// 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/mscsfit/signer.cxx b/xmlsecurity/tools/standalone/mscsfit/signer.cxx index 3c871ddc9ad4..29542ee27492 100644 --- a/xmlsecurity/tools/standalone/mscsfit/signer.cxx +++ b/xmlsecurity/tools/standalone/mscsfit/signer.cxx @@ -1,4 +1,7 @@ /** -- C++ Source File -- **/ + +// 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/mscsfit/verifier.cxx b/xmlsecurity/tools/standalone/mscsfit/verifier.cxx index 3afd7cee47a2..fa4325718fd1 100644 --- a/xmlsecurity/tools/standalone/mscsfit/verifier.cxx +++ b/xmlsecurity/tools/standalone/mscsfit/verifier.cxx @@ -1,4 +1,7 @@ /** -- C++ Source File -- **/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_xmlsecurity.hxx" #include <stdio.h> #include "helper.hxx" |