[SmartcardServices-Changes] [138] trunk/SmartCardServices/src/PCSC/ifdhandler.h

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 21 07:19:33 PDT 2011


Revision: 138
          http://trac.macosforge.org/projects/smartcardservices/changeset/138
Author:   ludovic.rousseau at gmail.com
Date:     2011-03-21 07:19:33 -0700 (Mon, 21 Mar 2011)
Log Message:
-----------
Add TAG_IFD_POLLING_THREAD_WITH_TIMEOUT and update Doxygen comments

Modified Paths:
--------------
    trunk/SmartCardServices/src/PCSC/ifdhandler.h

Modified: trunk/SmartCardServices/src/PCSC/ifdhandler.h
===================================================================
--- trunk/SmartCardServices/src/PCSC/ifdhandler.h	2011-03-21 14:17:27 UTC (rev 137)
+++ trunk/SmartCardServices/src/PCSC/ifdhandler.h	2011-03-21 14:19:33 UTC (rev 138)
@@ -336,9 +336,10 @@
 #define TAG_IFD_THREAD_SAFE             0x0FAD	/**< driver is thread safe */
 #define TAG_IFD_SLOTS_NUMBER            0x0FAE	/**< number of slots of the reader */
 #define TAG_IFD_SIMULTANEOUS_ACCESS     0x0FAF	/**< number of reader the driver can manage */
-#define TAG_IFD_POLLING_THREAD          0x0FB0	/**< driver uses a polling thread */
+#define TAG_IFD_POLLING_THREAD          0x0FB0	/**< not used. See TAG_IFD_POLLING_THREAD_WITH_TIMEOUT */
 #define TAG_IFD_POLLING_THREAD_KILLABLE 0x0FB1	/**< the polling thread can be killed */
-#define TAG_IFD_STOP_POLLING_THREAD     0x0FB2  /**< method used to stop the polling thread (instead of just pthread_kill()) */
+#define TAG_IFD_STOP_POLLING_THREAD     0x0FB2	/**< method used to stop the polling thread (instead of just pthread_kill()) */
+#define TAG_IFD_POLLING_THREAD_WITH_TIMEOUT 0x0FB3	/**< driver uses a polling thread with a timeout parameter */
 
 	/*
 	 * IFD Handler version number enummerations
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/smartcardservices-changes/attachments/20110321/eeeba3ea/attachment.html>


More information about the SmartcardServices-Changes mailing list