INTEGRATION: CWS xmlsec10 (1.3.74); FILE MERGED

2005/03/23 09:50:21 mmi 1.3.74.1: idl review
Issue number:
Submitted by:
Reviewed by:
This commit is contained in:
Rüdiger Timm 2005-03-29 12:42:09 +00:00
parent c73ecfe10f
commit 492894edfe
2 changed files with 4 additions and 32 deletions

View file

@ -2,9 +2,9 @@
*
* $RCSfile: XEncryptionResultListener.idl,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2004-11-26 14:45:40 $
* last change: $Author: rt $ $Date: 2005-03-29 13:41:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -72,20 +72,6 @@
module com { module sun { module star { module xml { module crypto { module sax {
/**
* Defines results for encryption.
* <p>
* ENCRYPTIONSUCCEED represents the encryption succeeds, ENCRYPTIONFAIL
* represents a failure.
*/
/*
enum EncryptionResult
{
ENCRYPTIONSUCCEED,
ENCRYPTIONFAIL
};
*/
/**
* Interface of Encryption Result Listener.
* <p>

View file

@ -2,9 +2,9 @@
*
* $RCSfile: XSignatureCreationResultListener.idl,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2004-11-26 14:45:56 $
* last change: $Author: rt $ $Date: 2005-03-29 13:42:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -72,20 +72,6 @@
module com { module sun { module star { module xml { module crypto { module sax {
/**
* Defines results for signature creation.
* <p>
* CREATIONSUCCEED represents the signature is created successfully,
* CREATIONFAIL represents a failure.
*/
/*
enum SignatureCreationResult
{
CREATIONSUCCEED,
CREATIONFAIL
};
*/
/**
* Interface of Signature Creation Result Listener.
* <p>