[Pcsclite-cvs-commit] r5183 - /trunk/PCSC/src/winscard_clnt.c
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Wed Aug 25 08:32:22 UTC 2010
Author: rousseau
Date: Wed Aug 25 08:32:16 2010
New Revision: 5183
URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5183
Log:
Doxygen: SCardCheckDaemonAvailability() do not invalidate handles after
a fork() any more
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=5183&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_clnt.c (original)
+++ trunk/PCSC/src/winscard_clnt.c Wed Aug 25 08:32:16 2010
@@ -1764,7 +1764,7 @@
/**
* @brief This function blocks execution until the current availability
- * of the cards in a specific set of readers changes.
+ * of the cards in a specific set of readers changes.
*
* This function receives a structure or list of structures containing
* reader names. It then blocks for a change in state to occur for a
@@ -3734,9 +3734,8 @@
/**
* @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.
+ * 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)
More information about the Pcsclite-cvs-commit
mailing list