|
From: Karsten W. <kar...@us...> - 2006-02-14 11:36:38
|
Update of /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22236/Headers Modified Files: Tag: pre_int64_branch iowaruntime.h Log Message: compiler warning fixes Index: iowaruntime.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Headers/iowaruntime.h,v retrieving revision 1.2 retrieving revision 1.2.6.1 diff -C2 -d -r1.2 -r1.2.6.1 *** iowaruntime.h 11 Jan 2005 22:47:39 -0000 1.2 --- iowaruntime.h 14 Feb 2006 11:35:56 -0000 1.2.6.1 *************** *** 113,117 **** boolean runCard (Handle, boolean, short, short, tycardeventcallback); ! boolean runHostedCard (WindowPtr hostwindow, Handle hpackedcard, boolean flscriptedcard, tycardeventcallback callback); boolean setObjectValue (hdlcard, bigstring, Handle); --- 113,117 ---- boolean runCard (Handle, boolean, short, short, tycardeventcallback); ! boolean runHostedCard (WindowPtr hostwindow, Handle hpackedcard, boolean flscriptedcard, tycardeventcallback lcallback); boolean setObjectValue (hdlcard, bigstring, Handle); |