diff options
Diffstat (limited to 'xmlsecurity/tools/demo/util2.cxx')
-rw-r--r-- | xmlsecurity/tools/demo/util2.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/xmlsecurity/tools/demo/util2.cxx b/xmlsecurity/tools/demo/util2.cxx index 0392053c6..5255e9445 100644 --- a/xmlsecurity/tools/demo/util2.cxx +++ b/xmlsecurity/tools/demo/util2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: util2.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-11-11 09:21:33 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:48:36 $ * * 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 <rtl/locale.h> #include <osl/nlsupport.h> @@ -434,4 +437,4 @@ long QueryVerifySignature() fflush(stdin); fscanf( stdin, "%c", &answer); return (answer == 'n')?0:1; -}
\ No newline at end of file +} |