Remove the mono-profiler- prefix from all source files in the profiler subdir.
[mono.git] / mcs / class / System.Drawing / System.Drawing.Design / IToolboxService.cs
index ba20fc7f0a7b8a743dad10b38f20d40b672f0ac0..532119a9225edeb348517e02f50e3210e21b573c 100644 (file)
@@ -2,15 +2,12 @@
 // System.Drawing.Design.IToolboxService.cs
 //
 // Authors:
-//     Alejandro Sánchez Acosta  <raciel@es.gnu.org>
+//     Alejandro Sánchez Acosta  <raciel@es.gnu.org>
 //  Andreas Nahr (ClassDevelopment@A-SoftTech.com)
 //
-// (C) Alejandro Sánchez Acosta
+// (C) Alejandro Sánchez Acosta
 // (C) 2003 Andreas Nahr
-// 
-
-//
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2004, 2006 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
@@ -36,8 +33,9 @@ using System.Collections;
 using System.ComponentModel.Design;
 using System.Runtime.InteropServices;
 
-namespace System.Drawing.Design
-{
+namespace System.Drawing.Design {
+
+       [ComImport]
        [Guid("4BACD258-DE64-4048-BC4E-FEDBEF9ACB76"),
        InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
        public interface IToolboxService