svn commit: samba r19052 - in branches/SAMBA_4_0/jsonrpc: .

derrell at samba.org derrell at samba.org
Mon Oct 2 20:44:20 GMT 2006


Author: derrell
Date: 2006-10-02 20:44:19 +0000 (Mon, 02 Oct 2006)
New Revision: 19052

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19052

Log:
clarify what actually does what
Modified:
   branches/SAMBA_4_0/jsonrpc/request.esp


Changeset:
Modified: branches/SAMBA_4_0/jsonrpc/request.esp
===================================================================
--- branches/SAMBA_4_0/jsonrpc/request.esp	2006-10-02 20:39:31 UTC (rev 19051)
+++ branches/SAMBA_4_0/jsonrpc/request.esp	2006-10-02 20:44:19 UTC (rev 19052)
@@ -13,8 +13,10 @@
  * This is a simple JSON-RPC server.
  */
 
+/* Bring in the json format/parse functions */
+jsonrpc_include("json.esp");
+
 /* Bring in the date class */
-jsonrpc_include("json.esp");
 jsonrpc_include("jsondate.esp");
 
 /* bring the string functions into the global frame */



More information about the samba-cvs mailing list