From a56e30c8d33048216567753d9d3fefc2152af8ac Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Thu, 13 Apr 2017 14:17:19 +0900 Subject: Imported Upstream version 2.0.0.11353 --- .../System/Runtime/InteropServices/ComTypes/IRunningObjectTable.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mscorlib/src/System/Runtime/InteropServices/ComTypes/IRunningObjectTable.cs') diff --git a/src/mscorlib/src/System/Runtime/InteropServices/ComTypes/IRunningObjectTable.cs b/src/mscorlib/src/System/Runtime/InteropServices/ComTypes/IRunningObjectTable.cs index bebbdec70c..ffca35ae83 100644 --- a/src/mscorlib/src/System/Runtime/InteropServices/ComTypes/IRunningObjectTable.cs +++ b/src/mscorlib/src/System/Runtime/InteropServices/ComTypes/IRunningObjectTable.cs @@ -11,14 +11,14 @@ ** =============================================================================*/ +using System; + namespace System.Runtime.InteropServices.ComTypes { - using System; - [Guid("00000010-0000-0000-C000-000000000046")] [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)] [ComImport] - public interface IRunningObjectTable + public interface IRunningObjectTable { int Register(int grfFlags, [MarshalAs(UnmanagedType.Interface)] Object punkObject, IMoniker pmkObjectName); void Revoke(int dwRegister); -- cgit v1.2.3