[Pcsclite-cvs-commit] CVS PCSC/doc/example

CVS User rousseau ludovic.rousseau@free.fr
Sun, 03 Oct 2004 06:58:54 -0600


Update of /cvsroot/pcsclite/PCSC/doc/example
In directory haydn:/tmp/cvs-serv28649/doc/example

Modified Files:
	pcsc_demo.c 
Log Message:
add "THIS PROGRAM IS NOT DESIGNED AS A TESTING TOOL FOR END USERS!"


--- /cvsroot/pcsclite/PCSC/doc/example/pcsc_demo.c	2004/08/02 22:02:43	1.18
+++ /cvsroot/pcsclite/PCSC/doc/example/pcsc_demo.c	2004/10/03 12:58:54	1.19
@@ -20,7 +20,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
  *
- * $Id: pcsc_demo.c,v 1.18 2004/08/02 22:02:43 rousseau Exp $
+ * $Id: pcsc_demo.c,v 1.19 2004/10/03 12:58:54 rousseau Exp $
  */
 
 #include <stdio.h>
@@ -71,6 +71,9 @@
 	printf("PC/SC sample code\n");
 	printf("V 1.1 2003-2004, Ludovic Rousseau <ludovic.rousseau@free.fr>\n");
 
+	printf("\nTHIS PROGRAM IS NOT DESIGNED AS A TESTING TOOL FOR END USERS!\n");
+	printf("Do NOT use it unless you really know what you do.\n\n");
+
 	rv = SCardEstablishContext(SCARD_SCOPE_SYSTEM, NULL, NULL, &hContext);
 	if (rv != SCARD_S_SUCCESS)
 	{