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: rebase, parent = 5d5eb4df1bf2 Created March 13, 2015, 3:20 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/AdblockPlus.idl
===================================================================
--- a/src/plugin/AdblockPlus.idl
+++ b/src/plugin/AdblockPlus.idl
@@ -24,22 +24,10 @@
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");
@@ -51,6 +39,6 @@
]
coclass PluginClass
{
- [default] interface IIEPlugin;
+ [default] interface IUnknown;
};
};
« no previous file with comments | « no previous file | src/plugin/PluginClass.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld