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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Dec 2 08:04:01 UTC 2009


Author: rousseau
Date: Wed Dec  2 08:04:00 2009
New Revision: 4583

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4583
Log:
Doxygen: SCardEstablishContext()
Each thread of an application shall use its own SCARDCONTEXT. On
Windows the same SCARDCONTEXT can be shared by different threads
of same application.

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=4583&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_clnt.c (original)
+++ trunk/PCSC/src/winscard_clnt.c Wed Dec  2 08:04:00 2009
@@ -66,6 +66,11 @@
  *    shared mode (like with \ref SCARD_SHARE_SHARED) and not in
  *    exclusive mode (like with \ref SCARD_SHARE_EXCLUSIVE) as on
  *    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.
  */
 
 #include "config.h"




More information about the Pcsclite-cvs-commit mailing list