diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:47:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:47:33 +0000 |
commit | 45155d0a25b59e08ee51e103f2e93d985b72fcdb (patch) | |
tree | 5d2d81329e96ab02fb7169e54f80ece63c1e7ad2 /xmlsecurity/tools | |
parent | 7da7d1a82a51fc3b430a72b21dfde7bbf7eb9183 (diff) |
INTEGRATION: CWS pchfix02 (1.7.38); FILE MERGED
2006/09/01 18:00:57 kaib 1.7.38.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmlsecurity/tools')
-rw-r--r-- | xmlsecurity/tools/demo/multisigdemo.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlsecurity/tools/demo/multisigdemo.cxx b/xmlsecurity/tools/demo/multisigdemo.cxx index 6383b6dff383..9eadc819821e 100644 --- a/xmlsecurity/tools/demo/multisigdemo.cxx +++ b/xmlsecurity/tools/demo/multisigdemo.cxx @@ -4,9 +4,9 @@ * * $RCSfile: multisigdemo.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: vg $ $Date: 2006-04-07 11:58:21 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:47:33 $ * * 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 "util.hxx" |