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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Oct 5 15:09:38 UTC 2010


Author: rousseau
Date: Tue Oct  5 15:09:34 2010
New Revision: 5281

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5281
Log:
Doxygen: do not document unused SCARD_STATE_ATRMATCH and
SCARD_STATE_PRESENT states in SCardGetStatusChange()

Thanks to Martin Paljak for the patch

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=5281&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_clnt.c (original)
+++ trunk/PCSC/src/winscard_clnt.c Tue Oct  5 15:09:34 2010
@@ -1817,10 +1817,6 @@
  * - \ref SCARD_STATE_EMPTY There is no card in the reader. If this bit
  *   is set, all the following bits will be clear
  * - \ref SCARD_STATE_PRESENT There is a card in the reader
- * - \ref SCARD_STATE_ATRMATCH There is a card in the reader with an ATR
- *   matching one of the target cards. If this bit is set,
- *   \ref SCARD_STATE_PRESENT will also be set. This bit is only returned on
- *   the SCardLocateCards() function.
  * - \ref SCARD_STATE_EXCLUSIVE The card in the reader is allocated for
  *   exclusive use by another application. If this bit is set,
  *   \ref SCARD_STATE_PRESENT will also be set.




More information about the Pcsclite-cvs-commit mailing list