~ubuntu-branches/ubuntu/lucid/pcsc-lite/lucid-security

« back to all changes in this revision

Viewing changes to src/pcscd.h

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2007-06-19 21:19:54 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070619211954-h5jtokimr8wrw3oj
Tags: 1.4.3-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
#define PCSCLITE_INFINITE_TIMEOUT       4320000         /**< 50 day infinite t/o */
38
38
 
39
 
#define PCSCLITE_VERSION_NUMBER         "1.4.2" /**< Current version */
 
39
#define PCSCLITE_VERSION_NUMBER         "1.4.3" /**< Current version */
40
40
#define PCSCLITE_CLIENT_ATTEMPTS        120             /**< Attempts to reach sv */
41
41
#define PCSCLITE_MCLIENT_ATTEMPTS       20              /**< Attempts to reach sv */
42
42
#define PCSCLITE_STATUS_POLL_RATE       400000          /**< Status polling rate */