mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
XmlRpc: uses Rpc
git-svn-id: svn://ultimatepp.org/upp/trunk@5434 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
07cc583850
commit
bcf15b3c3d
2 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
description "XML-RPC support package (both server and client stuff)\377";
|
||||
|
||||
uses
|
||||
Web;
|
||||
Web,
|
||||
Core/Rpc;
|
||||
|
||||
file
|
||||
XmlRpc.h,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#ifndef _XmlRpc_icpp_init_stub
|
||||
#define _XmlRpc_icpp_init_stub
|
||||
#include "Web/init"
|
||||
#include "Core/Rpc/init"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue