[Pcsclite-cvs-commit] r7077 - trunk/PCSC/src

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Mon Jan 5 15:53:51 UTC 2015


Author: rousseau
Date: 2015-01-05 15:53:51 +0000 (Mon, 05 Jan 2015)
New Revision: 7077

Modified:
   trunk/PCSC/src/winscard_clnt.c
Log:
Update Doxygen doc for SCardCheckDaemonAvailability()

The function do not return SCARD_E_INVALID_HANDLE since revision 5384.


Modified: trunk/PCSC/src/winscard_clnt.c
===================================================================
--- trunk/PCSC/src/winscard_clnt.c	2014-12-31 20:30:19 UTC (rev 7076)
+++ trunk/PCSC/src/winscard_clnt.c	2015-01-05 15:53:51 UTC (rev 7077)
@@ -3611,13 +3611,9 @@
 /**
  * @brief Checks if the server is running.
  *
- * If the server has been restarted 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)
- * @retval SCARD_E_INVALID_HANDLE Server was restarted or after fork() (\ref SCARD_E_INVALID_HANDLE)
  */
 LONG SCardCheckDaemonAvailability(void)
 {




More information about the Pcsclite-cvs-commit mailing list