Update of /cvsroot/pure-data/externals/iem/iemxmlrpc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10747
Modified Files: main.cpp Log Message: version number changed for release
Index: main.cpp =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemxmlrpc/main.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** main.cpp 17 May 2005 10:12:12 -0000 1.2 --- main.cpp 17 May 2005 10:19:05 -0000 1.3 *************** *** 8,11 **** --- 8,12 ---- * * Author: Thomas Grill t.grill [at] gmx.net + * Winfried Ritsch some changes * # License LGPL see LICENSE.txt *************** *** 16,24 **** # CHANGES: # V 0.1.3b, LICENSES added, post error removed. ! # #************************************************************/
//! Version number of this external ! #define __XMLRPC_VERSION "0.1.3b"
// prevent MSVC "extern" warning --- 17,25 ---- # CHANGES: # V 0.1.3b, LICENSES added, post error removed. ! # V 0.2 setup routine doubled for use as xmlrpc and iemxmlrpc #************************************************************/
//! Version number of this external ! #define __IEMXMLRPC_VERSION "0.2"
// prevent MSVC "extern" warning *************** *** 142,146 **** if(!Atom2Val(argv[i],obj->value[i+hdr])) #ifdef _DEBUG ! error("XMLRPC: Internal error - version %s, file %s, line %i",__XMLRPC_VERSION,__FILE__,__LINE__); #else {} --- 143,147 ---- if(!Atom2Val(argv[i],obj->value[i+hdr])) #ifdef _DEBUG ! error("XMLRPC: Internal error - version %s, file %s, line %i",__IEMXMLRPC_VERSION,__FILE__,__LINE__); #else {} *************** *** 717,721 ****
if(!xmlrpc_server) ! error("XMLRPC: Internal error - version %s, file %s, line %i",__XMLRPC_VERSION,__FILE__,__LINE__); else #endif --- 718,722 ----
if(!xmlrpc_server) ! error("XMLRPC: Internal error - version %s, file %s, line %i",__IEMXMLRPC_VERSION,__FILE__,__LINE__); else #endif *************** *** 793,797 **** { // post some message to the console ! post("IEMXMLRPC, version " __XMLRPC_VERSION ", (C)2003 IEM Graz"); post("");
--- 794,798 ---- { // post some message to the console ! post("IEMXMLRPC, version " __IEMXMLRPC_VERSION ", (C)2003 IEM Graz"); post("");