From 0f572035fa676bfca0115316798533db5c9f2cfb Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 10 Jan 2011 11:25:37 +0000 Subject: [PATCH] .XmlRpc: XmlRpcCall::GetMethod git-svn-id: svn://ultimatepp.org/upp/trunk@2980 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/XmlRpc/XmlRpc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/uppsrc/XmlRpc/XmlRpc.h b/uppsrc/XmlRpc/XmlRpc.h index 52dc68737..78b4f264a 100644 --- a/uppsrc/XmlRpc/XmlRpc.h +++ b/uppsrc/XmlRpc/XmlRpc.h @@ -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; }