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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Oct 13 07:17:54 UTC 2009


Author: rousseau
Date: Tue Oct 13 07:17:54 2009
New Revision: 4488

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4488
Log:
Doxygen(): better documentation for SCardCheckDaemonAvailability()

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=4488&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_clnt.c (original)
+++ trunk/PCSC/src/winscard_clnt.c Tue Oct 13 07:17:54 2009
@@ -3468,6 +3468,10 @@
 /**
  * @brief Checks if the server is running.
  *
+ * If the server has been restarted or the client has forked we
+ * invalidate all the PC/SC handles. The client has to call
+ * SCardEstablishContext() again.
+ *
  * @return Error code.
  * @retval SCARD_S_SUCCESS Server is running (\ref SCARD_S_SUCCESS)
  * @retval SCARD_E_NO_SERVICE Server is not running (\ref SCARD_E_NO_SERVICE)




More information about the Pcsclite-cvs-commit mailing list