[Pcsclite-cvs-commit] CVS PCSC/src
CVS User rousseau
ludovic.rousseau at free.fr
Wed Jul 27 09:56:16 UTC 2005
Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv8031
Modified Files:
winscard_clnt.c
Log Message:
SCardCancelTransaction(): Doxygen documented deprecation
--- /cvsroot/pcsclite/PCSC/src/winscard_clnt.c 2005/07/27 09:50:19 1.59
+++ /cvsroot/pcsclite/PCSC/src/winscard_clnt.c 2005/07/27 09:56:16 1.60
@@ -6,7 +6,7 @@
* Damien Sauveron <damien.sauveron at labri.fr>
* Ludovic Rousseau <ludovic.rousseau at free.fr>
*
- * $Id: winscard_clnt.c,v 1.59 2005/07/27 09:50:19 rousseau Exp $
+ * $Id: winscard_clnt.c,v 1.60 2005/07/27 09:56:16 rousseau Exp $
*/
/**
@@ -1154,6 +1154,11 @@
return scEndStruct.rv;
}
+/**
+ * @deprecated
+ * This function is not in Microsoft(R) WinSCard API and is deprecated
+ * in pcsc-lite API.
+ */
LONG SCardCancelTransaction(SCARDHANDLE hCard)
{
LONG rv;
More information about the Pcsclite-cvs-commit
mailing list