wasStitchNET

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 13  →  ?path2? @ 14
/Constants.cs
@@ -13,6 +13,7 @@
{
public const string SERVER_IP_PATH = @"ip";
public const string UPDATE_PATH = @"update";
public const string LATEST_RELEASE_PATH = @"latest";
public const string PROGRESSIVE_PATH = @"progressive";
public const string UPDATE_DATA_PATH = @"data";
public const string UPDATE_OPTIONS_FILE = @"options.xml";
/XmlRpc/Methods/IXmlRpcStitch.cs
@@ -11,7 +11,7 @@
/// <summary>
/// The interface for Xml RPC Stich Method.
/// </summary>
public interface IXmlRpcStitch
public interface IXmlRpcStitch : IXmlRpcProxy
{
[XmlRpcMethod]
void Stitch(string service, string server, string version, string path, XmlRpcStitchOptions options);