diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-10 12:53:13 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-10 12:53:13 +0000 |
commit | 6c0c45d4e7b8c253aab3ff6d205d66e7b2999d18 (patch) | |
tree | 249ef42484f8b1336075e1b0e3333fe5da60a68d /plugins/W7UI/src/win7api_IObjectArray.h | |
parent | 3edfebd9fbf17fd9e77b371ffc14a7ec264bb485 (diff) |
W7UI and ProfileManager moved to deprecated
git-svn-id: http://svn.miranda-ng.org/main/trunk@1427 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/W7UI/src/win7api_IObjectArray.h')
-rw-r--r-- | plugins/W7UI/src/win7api_IObjectArray.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/W7UI/src/win7api_IObjectArray.h b/plugins/W7UI/src/win7api_IObjectArray.h deleted file mode 100644 index 2102276989..0000000000 --- a/plugins/W7UI/src/win7api_IObjectArray.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef __IObjectArray_INTERFACE_DEFINED__
-#define __IObjectArray_INTERFACE_DEFINED__
-
-MIDL_INTERFACE("92CA9DCD-5622-4bba-A805-5E9F541BD8C9")
-IObjectArray : public IUnknown {
- public:
- virtual HRESULT STDMETHODCALLTYPE GetCount(
- /* [out] */ __RPC__out UINT *pcObjects) = 0;
- virtual HRESULT STDMETHODCALLTYPE GetAt(
- /* [in] */ UINT uiIndex,
- /* [in] */ __RPC__in REFIID riid,
- /* [iid_is][out] */ __RPC__deref_out_opt void **ppv) = 0;
-};
-
-#endif // __IObjectArray_INTERFACE_DEFINED__
|