[Pcsclite-cvs-commit] r5227 - /trunk/PCSC/src/winscard_clnt.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Sep 2 15:25:20 UTC 2010


Author: rousseau
Date: Thu Sep  2 15:25:17 2010
New Revision: 5227

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5227
Log:
Doxygen: clarify the use of one different SCARDCONTEXT per thread and the
expection for SCardCancel()

Modified:
    trunk/PCSC/src/winscard_clnt.c

Modified: trunk/PCSC/src/winscard_clnt.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/winscard_clnt.c?rev=5227&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_clnt.c (original)
+++ trunk/PCSC/src/winscard_clnt.c Thu Sep  2 15:25:17 2010
@@ -70,9 +70,10 @@
  *    Windows.
  * -# SCardEstablishContext()
  *    @par
- *    Each thread of an application shall use its own SCARDCONTEXT. On
- *    Windows the same SCARDCONTEXT can be shared by different threads
- *    of same application.
+ *    Each thread of an application shall use its own SCARDCONTEXT.
+ *    SCardCancel() is the only exception to the rule.  On Windows the
+ *    same SCARDCONTEXT can be shared by different threads of same
+ *    application.
  */
 
 #include "config.h"




More information about the Pcsclite-cvs-commit mailing list