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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri May 8 13:58:03 UTC 2009


Author: rousseau
Date: Fri May  8 13:58:00 2009
New Revision: 3499

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3499
Log:
SCardEstablishContext(): Doxygen: each thread of an application shall
use its own SCARDCONTEXT.

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=3499&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_clnt.c (original)
+++ trunk/PCSC/src/winscard_clnt.c Fri May  8 13:58:00 2009
@@ -271,8 +271,9 @@
 
 /**
  * @brief Creates an Application Context to the PC/SC Resource Manager.
-
- * This must be the first function called in a PC/SC application.
+ *
+ * This must be the first WinSCard function called in a PC/SC application.
+ * Each thread of an application shall use its own SCARDCONTEXT.
  *
  * @ingroup API
  * @param[in] dwScope Scope of the establishment.




More information about the Pcsclite-cvs-commit mailing list