Author: sayer
Date: 2008-12-19 19:48:00 +0100 (Fri, 19 Dec 2008)
New Revision: 1212

Modified:
   trunk/apps/examples/tutorial/cc_acc_xmlrpc/CCAcc.cpp
   trunk/apps/examples/tutorial/cc_acc_xmlrpc/Makefile
Log:
using included xmlrpc; added ssl option

Modified: trunk/apps/examples/tutorial/cc_acc_xmlrpc/CCAcc.cpp
===================================================================
--- trunk/apps/examples/tutorial/cc_acc_xmlrpc/CCAcc.cpp        2008-12-19 
18:39:18 UTC (rev 1211)
+++ trunk/apps/examples/tutorial/cc_acc_xmlrpc/CCAcc.cpp        2008-12-19 
18:48:00 UTC (rev 1212)
@@ -66,7 +66,7 @@
    serverAddress = "localhost";
    const char* uri = 0;
    port = 8000;
-   XmlRpcClient xmlrpccall(serverAddress, port, uri);
+   XmlRpcClient xmlrpccall(serverAddress, port, uri, false);
    XmlRpcValue noArgs, result;
    XmlRpcValue xmlArg;
    xmlArg[0] = pin;
@@ -82,7 +82,7 @@
    serverAddress = "localhost";
    const char* uri = 0;
    port = 8000;
-   XmlRpcClient xmlrpccall(serverAddress, port, uri);
+   XmlRpcClient xmlrpccall(serverAddress, port, uri, false);
    XmlRpcValue noArgs, result;
    XmlRpcValue xmlArg;
    xmlArg[0][0]["methodName"] = "subtractCredit";

Modified: trunk/apps/examples/tutorial/cc_acc_xmlrpc/Makefile
===================================================================
--- trunk/apps/examples/tutorial/cc_acc_xmlrpc/Makefile 2008-12-19 18:39:18 UTC 
(rev 1211)
+++ trunk/apps/examples/tutorial/cc_acc_xmlrpc/Makefile 2008-12-19 18:48:00 UTC 
(rev 1212)
@@ -1,5 +1,5 @@
 ###########################################################
-XMLRPCPP_DIR = xmlrpc++0.7
+XMLRPCPP_DIR = ../../../xmlrpc2di/xmlrpc++
 
 plug_in_name = cc_acc_xmlrpc
 

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to