XmlRpc: uses Rpc

git-svn-id: svn://ultimatepp.org/upp/trunk@5434 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-10-18 09:00:40 +00:00
parent 3bc385e117
commit 5e6a8533c2
2 changed files with 3 additions and 1 deletions

View file

@ -1,7 +1,8 @@
description "XML-RPC support package (both server and client stuff)\377";
uses
Web;
Web,
Core/Rpc;
file
XmlRpc.h,

View file

@ -1,4 +1,5 @@
#ifndef _XmlRpc_icpp_init_stub
#define _XmlRpc_icpp_init_stub
#include "Web/init"
#include "Core/Rpc/init"
#endif