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

Unified Diff: include/AdblockPlus/AppInfo.h

Issue 10198022: Pass application data into libadblockplus (Closed)
Patch Set: Merged upstream, addressed issues, renamed AppInfo fields Created April 17, 2013, 2:47 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
Index: include/AdblockPlus/AppInfo.h
===================================================================
new file mode 100644
--- /dev/null
+++ b/include/AdblockPlus/AppInfo.h
@@ -0,0 +1,17 @@
+#ifndef ADBLOCK_PLUS_APP_INFO_H
+#define ADBLOCK_PLUS_APP_INFO_H
+
+#include <string>
+
+namespace AdblockPlus
+{
+ struct AppInfo
+ {
+ std::string id;
+ std::string version;
+ std::string name;
+ std::string platform;
+ };
+}
+
+#endif
« no previous file with comments | « include/AdblockPlus.h ('k') | include/AdblockPlus/JsEngine.h » ('j') | src/AppInfoJsObject.cpp » ('J')

Powered by Google App Engine
This is Rietveld