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

Unified Diff: src/shared/IE_version.h

Issue 5171515343503360: Issue #41 - Bring method of determining IE version up to date (Closed)
Patch Set: reformatted Created July 26, 2014, 3:52 p.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
« no previous file with comments | « src/plugin/PluginWbPassThrough.cpp ('k') | src/shared/IE_version.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/IE_version.h
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/shared/IE_version.h
@@ -0,0 +1,10 @@
+#include <string>
+
+namespace AdblockPlus
+{
+ namespace IE
+ {
+ std::wstring installed_version_string();
+ int installed_major_version();
+ }
+}
« no previous file with comments | « src/plugin/PluginWbPassThrough.cpp ('k') | src/shared/IE_version.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld