[Pcsclite-cvs-commit] PCSC/src winscard_scf.c,1.10,1.11

sauveron-guest@haydn.debian.org sauveron-guest@haydn.debian.org


Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv8837/src

Modified Files:
	winscard_scf.c 
Log Message:
Add a note about 2 unused functions in the SCF part.

Index: winscard_scf.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/winscard_scf.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- winscard_scf.c	5 Jun 2004 15:43:11 -0000	1.10
+++ winscard_scf.c	5 Jun 2004 15:52:11 -0000	1.11
@@ -1694,6 +1694,9 @@
      
 }
 
+/*
+ * Note that this function is not used
+ */
 LONG SCardCheckReaderAvailability( LPTSTR readerName, LONG errorCode ) {
 
   LONG retIndice;
@@ -1735,6 +1738,9 @@
 #endif
 }
 
+/*
+ * Note that this function is not used
+ */
 LONG SCardCheckDaemonAvailability() {
 
   LONG rv = 1;	/* assume it exists */