summaryrefslogtreecommitdiff
path: root/xmlsecurity/tools/demo/signdemo.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-03-29 12:27:59 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-03-29 12:27:59 +0000
commit74bb9fa48d51bb8e459b0afdbb5959b514f65268 (patch)
tree645949fd452227f6fa4f1893408af7b361d1e15b /xmlsecurity/tools/demo/signdemo.cxx
parent2ba624d49fb616ef1b847a443e180f75cddc96bb (diff)
INTEGRATION: CWS xmlsec10 (1.7.4); FILE MERGED
2005/03/23 09:52:55 mmi 1.7.4.1: idl review Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'xmlsecurity/tools/demo/signdemo.cxx')
-rw-r--r--xmlsecurity/tools/demo/signdemo.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/tools/demo/signdemo.cxx b/xmlsecurity/tools/demo/signdemo.cxx
index 1e363f725..fe5300c62 100644
--- a/xmlsecurity/tools/demo/signdemo.cxx
+++ b/xmlsecurity/tools/demo/signdemo.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: signdemo.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2005-03-10 18:15:16 $
+ * last change: $Author: rt $ $Date: 2005-03-29 13:27:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -161,7 +161,7 @@ int SAL_CALL main( int argc, char **argv )
{
fprintf( stdout, "[%d]\n%s\n",
i+1,
- rtl::OUStringToOString( xSecurityEnvironment[i]->getSecurityEnvironmentInfo() , RTL_TEXTENCODING_ASCII_US ).getStr());
+ rtl::OUStringToOString( xSecurityEnvironment[i]->getSecurityEnvironmentInformation() , RTL_TEXTENCODING_ASCII_US ).getStr());
}
fprintf( stdout, "================================================================================\n" ) ;