summaryrefslogtreecommitdiff
path: root/xmlsecurity/tools/demo/util2.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 13:48:36 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 13:48:36 +0000
commitcaf2b7bd29aa7054f8f2b8ff5f58a7ac5b29c225 (patch)
treebfee7ca8d2061ee57a5e3ad65b7006d2a40ac4dc /xmlsecurity/tools/demo/util2.cxx
parent1cca3ccbd91ce9f8ee9db10c396e87f1ec01e2d2 (diff)
INTEGRATION: CWS pchfix02 (1.4.66); FILE MERGED
2006/09/01 18:00:58 kaib 1.4.66.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmlsecurity/tools/demo/util2.cxx')
-rw-r--r--xmlsecurity/tools/demo/util2.cxx9
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
+}