|
From: Thyamad c. <th...@us...> - 2005-10-26 18:37:39
|
Update of /cvsroot/thyapi/thyapi/thyutils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27795/thyutils Modified Files: thyprotocol.js Added Files: thyjsonprotocol.js Log Message: Commiting file additions and modification from SVN revision 2137 to 2138... Changes made by vinicius on 2005-10-26 21:08:59 +0200 (Wed, 26 Oct 2005) corresponding to SVN revision 2138 with message: Inclusion of JSON protocol support into thyapi Index: thyprotocol.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thyutils/thyprotocol.js,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** thyprotocol.js 1 Sep 2005 18:15:38 -0000 1.5 --- thyprotocol.js 26 Oct 2005 18:37:26 -0000 1.6 *************** *** 36,39 **** --- 36,41 ---- case 'xmlrpc': return new thyXMLRPCProtocol(url); + case 'json': + return new thyJSONProtocol(url); } } --- NEW FILE: thyjsonprotocol.js --- (This appears to be a binary file; contents omitted.) |