mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 05:27:38 +03:00
Renamed classes in abstract layer of RPC service from XmlRpc* to Rpc*.
Now JSON-RPC is available by default regardless of XML library. XML-RPC becomes available when XML library is available.
This commit is contained in:
parent
5a1fb3875f
commit
f0cfbb21c1
37 changed files with 715 additions and 711 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
namespace aria2 {
|
||||
|
||||
namespace xmlrpc {
|
||||
namespace rpc {
|
||||
|
||||
class XmlRpcRequestParserControllerTest:public CppUnit::TestFixture {
|
||||
|
||||
|
@ -157,6 +157,6 @@ void XmlRpcRequestParserControllerTest::testPopArrayFrame_compound()
|
|||
CPPUNIT_ASSERT_EQUAL(std::string("jp"), asString(countryList->get(0))->s());
|
||||
}
|
||||
|
||||
} // namespace xmlrpc
|
||||
} // namespace rpc
|
||||
|
||||
} // namespace aria2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue