Update of /cvsroot/monetdb/pathfinder/runtime/xrpc/admin
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7084/runtime/xrpc/admin

Modified Files:
      Tag: xrpcdemo
        admin.js 
Log Message:
propagated changes of Saturday May 31 2008 - Monday Jun 02 2008
from the XQuery_0-24 branch to the xrpcdemo branch



Index: admin.js
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc/admin/admin.js,v
retrieving revision 1.12.10.1
retrieving revision 1.12.10.2
diff -u -d -r1.12.10.1 -r1.12.10.2
--- admin.js    28 May 2008 20:55:52 -0000      1.12.10.1
+++ admin.js    2 Jun 2008 20:54:25 -0000       1.12.10.2
@@ -237,10 +237,6 @@
         '</table>\n';
 }
 
-function doCollections()  { 
-    XRPC(posturl+"/xrpc/admin", mod, modurl, 'collections',  0, XRPC_CALL(), 
doCollectionsCallback); 
-}
-
 /* methods expected to take 'long' (use popup window) */
 function asyncCallback(response, method) { 
     alert(method + " DONE!\n"); 
@@ -265,6 +261,7 @@
           Implementation of the functions defined in admin.xq
 ***********************************************************************/
 
+function doCollections()  { myXRPC('collections',0, XRPC_CALL(), 
doCollectionsCallback); }
 function doDocuments(colName) 
                           { myXRPC('documents',  1, 
XRPC_CALL(XRPC_SEQ(XRPC_ATOM('string', colName))), doDocumentsCallback); }
 function doAllDocuments() { myXRPC('documents',  0, XRPC_CALL(), 
doAllDocumentsCallback); }


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to