[Pcsclite-cvs-commit] PCSC/src debuglog.c,1.21,1.22 musclecard.h,1.16,1.17 muscletest.c,1.10,1.11
rousseau@haydn.debian.org
rousseau@haydn.debian.org
- Previous message: [Pcsclite-cvs-commit] PCSC ChangeLog,1.18,1.19 HELP,1.1.1.1,1.2 NEWS,1.4,1.5 README,1.10,1.11 configure.in,1.46,1.47
- Next message: [Pcsclite-cvs-commit] PCSC/doc bundleTool.8.in,1.3,1.4 formaticc.1,1.2,1.3 pcsc-lite.tex,1.3,1.4 pcscd.8.in,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv4588/src
Modified Files:
debuglog.c musclecard.h muscletest.c
Log Message:
smartcard -> smart card, musclecard -> MuscleCard
Index: debuglog.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/debuglog.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- debuglog.c 14 Apr 2004 14:34:37 -0000 1.21
+++ debuglog.c 10 May 2004 13:14:30 -0000 1.22
@@ -237,7 +237,7 @@
strncpy(strError, "Sharing violation.", sizeof(strError)-1);
break;
case SCARD_E_NO_SMARTCARD:
- strncpy(strError, "No smartcard inserted.", sizeof(strError)-1);
+ strncpy(strError, "No smart card inserted.", sizeof(strError)-1);
break;
case SCARD_E_UNKNOWN_CARD:
strncpy(strError, "Unknown card.", sizeof(strError)-1);
Index: musclecard.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/musclecard.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- musclecard.h 18 Oct 2003 17:19:36 -0000 1.16
+++ musclecard.h 10 May 2004 13:14:30 -0000 1.17
@@ -88,14 +88,8 @@
/*******************************************************/
/*
* These returns are beyond the protocol specification
- */
- /*
* and only exist here to provide return codes for the
- */
- /*
* additional functions provided by the MuscleCard API
- */
- /*
* beyond the protocol specification.
*/
/*******************************************************/
@@ -642,14 +636,9 @@
/*******************************************************************/
/*
* Connection oriented functions
- */
- /*
+ *
* These functions do not coorespond to internal library funcions
- */
- /*
* but serve to connect to tokens. You can still use the internal
- */
- /*
* PC/SC calls to do this. These provide an abstract means.
*/
/*******************************************************************/
@@ -758,7 +747,7 @@
/*****************************************************************/
/*
- * Core Musclecard functions
+ * Core MuscleCard functions
*/
/*
* These functions coorespond directly to internal library
@@ -896,7 +885,7 @@
/*****************************************************************/
/*
- * Extended Musclecard functions
+ * Extended MuscleCard functions
*/
/*
* These functions do not coorespond to internal library funcions
Index: muscletest.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/muscletest.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- muscletest.c 6 May 2004 08:12:43 -0000 1.10
+++ muscletest.c 10 May 2004 13:14:30 -0000 1.11
@@ -313,7 +313,7 @@
strcpy(strError, "Sharing violation.");
break;
case SCARD_E_NO_SMARTCARD:
- strcpy(strError, "No smartcard inserted.");
+ strcpy(strError, "No smart card inserted.");
break;
case SCARD_E_UNKNOWN_CARD:
strcpy(strError, "Unknown card.");
- Previous message: [Pcsclite-cvs-commit] PCSC ChangeLog,1.18,1.19 HELP,1.1.1.1,1.2 NEWS,1.4,1.5 README,1.10,1.11 configure.in,1.46,1.47
- Next message: [Pcsclite-cvs-commit] PCSC/doc bundleTool.8.in,1.3,1.4 formaticc.1,1.2,1.3 pcsc-lite.tex,1.3,1.4 pcscd.8.in,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]