.XmlRpc: XmlRpcCall::GetMethod

git-svn-id: svn://ultimatepp.org/upp/trunk@2980 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-01-10 11:25:37 +00:00
parent 2ae665ff90
commit 0f572035fa

View file

@ -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; }