Index: trunk/psLib/src/db/psDB.h
===================================================================
--- trunk/psLib/src/db/psDB.h	(revision 4128)
+++ trunk/psLib/src/db/psDB.h	(revision 4312)
@@ -10,6 +10,6 @@
  *  @author Joshua Hoblitt
  *
- *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-07 02:29:44 $
+ *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-18 00:53:32 $
  *
  *  Copyright 2005 Joshua Hoblitt, University of Hawaii
@@ -143,5 +143,5 @@
     const char *tableName,              ///< Table name
     const char *col,                    ///< Column name
-    const psU64 limit                   ///< Maximum number of elements to return
+    unsigned long long limit                   ///< Maximum number of elements to return
 );
 
@@ -158,6 +158,6 @@
     const char *tableName,              ///< Table name
     const char *col,                    ///< Column name
-    psElemType pType,                   ///< Resulting psVector type
-    const psU64 limit                   ///< Maximum number of elements to return
+    psElemType type,                   ///< Resulting psVector type
+    unsigned long long limit            ///< Maximum number of elements to return
 );
 
@@ -179,6 +179,6 @@
     psDB *dbh,                          ///< Database handle
     const char *tableName,              ///< Table name
-    psMetadata *where,                  ///< Row match criteria
-    const psU64 limit                   ///< Maximum number of elements to return
+    psMetadata *where,            ///< Row match criteria
+    unsigned long long limit            ///< Maximum number of elements to return
 );
 
@@ -212,5 +212,5 @@
     psDB *dbh,                          ///< Database handle
     const char *tableName,              ///< Table name
-    psArray *rowSet                     ///< Set of rows to insert
+    const psArray *rowSet                     ///< Set of rows to insert
 );
 
