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

Unified Diff: src/plugin/AdblockPlus.idl

Issue 4937147073167360: Issue 1672 - Subscribe and listen COM events using ATL::IDispEventImpl and BEGIN_SINK_MAP (Closed)
Patch Set: Created Dec. 8, 2014, 12:19 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 | « no previous file | src/plugin/PluginClass.h » ('j') | src/plugin/PluginClass.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/AdblockPlus.idl
diff --git a/src/plugin/AdblockPlus.idl b/src/plugin/AdblockPlus.idl
index 67f10826761039db6a28ca527e85dab9e7820149..27bd02ab97d991606988b8b548175c4ba9429df7 100644
--- a/src/plugin/AdblockPlus.idl
+++ b/src/plugin/AdblockPlus.idl
@@ -7,22 +7,10 @@ import "oaidl.idl";
import "ocidl.idl";
[
- object,
- uuid(GUUID_IPRODUCT),
- dual,
- helpstring("Adblock Plus Interface"),
- pointer_default(unique)
-]
-interface IIEPlugin : IDispatch
-{
-};
-
-[
uuid(GUUID_TYPELIB),
version(1.0),
helpstring("Adblock Plus 1.0 Type Library")
]
-
library PluginLib
{
importlib("stdole32.tlb");
@@ -34,6 +22,6 @@ library PluginLib
]
coclass PluginClass
{
- [default] interface IIEPlugin;
+ [default] interface IUnknown;
};
};
« no previous file with comments | « no previous file | src/plugin/PluginClass.h » ('j') | src/plugin/PluginClass.h » ('J')

Powered by Google App Engine
This is Rietveld