Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
synhershko committed Jul 3, 2012
1 parent a04bcc2 commit b127c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NAppUpdate.Framework/Sources/IUpdateSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace NAppUpdate.Framework.Sources
{
public interface IUpdateSource
{
string GetUpdatesFeed();
string GetUpdatesFeed(); // TODO: return a the feed as a stream
bool GetData(string filePath, string basePath, Action<UpdateProgressInfo> onProgress, ref string tempLocation);
}
}

0 comments on commit b127c7f

Please sign in to comment.