[Jsmooth-cvs] jsmooth/skeletons/autodownload main.cpp, 1.9, 1.10 resource.h, 1.2, 1.3
Status: Beta
Brought to you by:
reyes
From: Rodrigo R. <re...@us...> - 2007-05-19 15:29:31
|
Update of /cvsroot/jsmooth/jsmooth/skeletons/autodownload In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv20793/autodownload Modified Files: main.cpp resource.h Log Message: jni update Index: main.cpp =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/skeletons/autodownload/main.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** main.cpp 17 May 2007 10:56:16 -0000 1.9 --- main.cpp 19 May 2007 15:11:53 -0000 1.10 *************** *** 69,73 **** SingleInstanceManager instanceman; ! globalResMan = new ResourceManager("JAVA", PROPID, JARID); // sets up the command line arguments --- 69,73 ---- SingleInstanceManager instanceman; ! globalResMan = new ResourceManager("JAVA", PROPID, JARID, JNISMOOTHID); // sets up the command line arguments Index: resource.h =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/skeletons/autodownload/resource.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** resource.h 18 May 2007 21:33:59 -0000 1.2 --- resource.h 19 May 2007 15:11:53 -0000 1.3 *************** *** 3,5 **** #define PROPID 103 #define JNISMOOTHID 104 - --- 3,4 ---- |