OSDN Git Service

Fix assertion failure when log dialog closed.
[tortoisegit/TortoiseGitJp.git] / contrib / issue-tracker-plugins / ExampleAtlPlugin / ExampleAtlPlugin.idl
1 // ExampleAtlPlugin.idl : IDL source for ExampleAtlPlugin\r
2 //\r
3 \r
4 // This file will be processed by the MIDL tool to\r
5 // produce the type library (ExampleAtlPlugin.tlb) and marshalling code.\r
6 \r
7 import "oaidl.idl";\r
8 import "ocidl.idl";\r
9 \r
10 [\r
11         uuid(FF484CE5-A2FA-44E1-85C0-45B56A83CC02),\r
12         version(1.0),\r
13         helpstring("ExampleAtlPlugin 1.0 Type Library")\r
14 ]\r
15 library ExampleAtlPluginLib\r
16 {\r
17         importlib("stdole2.tlb");\r
18 \r
19         [\r
20                 uuid(EF796C90-149E-4F27-BF4E-2B9C9B5EA646),\r
21                 helpstring("Provider Class")\r
22         ]\r
23         coclass Provider\r
24         {\r
25                 [default] interface IUnknown;\r
26         };\r
27 };\r