Update of /cvsroot/gcblue/gcb_wx/include/sqlite
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11092/include/sqlite
Modified Files:
sqlite_plus.h
Log Message:
housekeeping, networking upgrades, fixed wrapping problems with world map
Index: sqlite_plus.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/sqlite/sqlite_plus.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** sqlite_plus.h 8 Aug 2004 00:31:35 -0000 1.1
--- sqlite_plus.h 16 Apr 2005 20:43:56 -0000 1.2
***************
*** 65,68 ****
--- 65,69 ----
int GetFieldCount() {return argc;}
int getint(int index);
+ long getlong(int index);
double getdouble(int index);
std::string getstring(int index);
|