Index: src/AppInfoJsObject.h |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/src/AppInfoJsObject.h |
@@ -0,0 +1,17 @@ |
+#ifndef ADBLOCK_PLUS_APP_INFO_JS_OBJECT_H |
+#define ADBLOCK_PLUS_APP_INFO_JS_OBJECT_H |
+ |
+#include <v8.h> |
+ |
+namespace AdblockPlus |
+{ |
+ struct AppInfo; |
+ class ErrorCallback; |
+ |
+ namespace AppInfoJsObject |
+ { |
+ v8::Handle<v8::ObjectTemplate> Create(const AppInfo& appInfo); |
+ } |
+} |
+ |
+#endif |