mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-18 22:03:28 -06:00
.XmlRpc: XmlRpcCall::GetMethod
git-svn-id: svn://ultimatepp.org/upp/trunk@2980 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
2ae665ff90
commit
0f572035fa
1 changed files with 1 additions and 0 deletions
|
|
@ -306,6 +306,7 @@ public:
|
|||
String GetFaultString() const { return faultString; }
|
||||
int GetFaultCode() const { return faultCode; }
|
||||
String GetError() const { return error; }
|
||||
String GetMethod() const { return method; }
|
||||
void ClearError();
|
||||
|
||||
XmlRpcCall& Proxy(const String& host, int port) { server.Proxy(host, port); return *this; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue