[Pcsclite-cvs-commit] MCardApplet CardEdge.src,1.8,1.9

home_pw-guest@quantz.debian.org home_pw-guest@quantz.debian.org
Mon, 26 Jan 2004 05:18:50 +0100


Update of /cvsroot/muscleplugins/MCardApplet
In directory quantz:/tmp/cvs-serv25480

Modified Files:
	CardEdge.src 
Log Message:
comment out older defines of INS codes, within #define ORIGINAL_INS. Forces
compile failure - builder must really know that one wants the older codes. 
Only reason to keep older codes is for compatibility with applet plugin for
muscle framework.  This allow javadoc build rule to complete.


Index: CardEdge.src
===================================================================
RCS file: /cvsroot/muscleplugins/MCardApplet/CardEdge.src,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- CardEdge.src	26 Jan 2004 02:13:28 -0000	1.8
+++ CardEdge.src	26 Jan 2004 04:18:48 -0000	1.9
@@ -192,9 +192,10 @@
     private final static byte INS_EXT_AUTH	= (byte) 0x38;
 #endif
 #ifdef ORIGINAL_INS
-    private final static byte INS_LOGOUT_ALL =	(byte) 0x60;
+    // commented to help javadoc - will cause compile error. uncomment to use
+    // private final static byte INS_LOGOUT_ALL =	(byte) 0x60;
 #ifdef USE_AUTH
-    private final static byte INS_GET_CHALLENGE = (byte) 0x62;
+    // private final static byte INS_GET_CHALLENGE = (byte) 0x62;
 #endif
 #else
     private static final byte INS_LOGOUT_ALL = (byte)0x70;