Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include/AdblockPlus/FileSystem.h

Issue 10369004: File system path resolving (Closed)
Patch Set: Created April 24, 2013, 2:10 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: include/AdblockPlus/FileSystem.h
===================================================================
--- a/include/AdblockPlus/FileSystem.h
+++ b/include/AdblockPlus/FileSystem.h
@@ -29,6 +29,7 @@
const std::string& toPath) = 0;
virtual void Remove(const std::string& path) = 0;
virtual StatResult Stat(const std::string& path) const = 0;
+ virtual std::string Resolve(const std::string& path) const = 0;
};
typedef std::tr1::shared_ptr<FileSystem> FileSystemPtr;
« no previous file with comments | « include/AdblockPlus/DefaultFileSystem.h ('k') | lib/io.js » ('j') | src/DefaultFileSystem.cpp » ('J')

Powered by Google App Engine
This is Rietveld