[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


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.");