revert simplification
[mono.git] / mcs / class / Microsoft.Vsa / Microsoft.Vsa / IVsaSite.cs
index d6aaff5cdd1f3bf0dd50ae61c279c8c1e1b98525..8107a75caf8e238c9b844f8a0789e0c772f8a0f3 100644 (file)
@@ -4,6 +4,27 @@
 // Author: Cesar Octavio Lopez Nataren <cesar@ciencias.unam.mx>
 //
 
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+// 
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+// 
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
+
 namespace Microsoft.Vsa
 {
        using System;
@@ -17,27 +38,22 @@ namespace Microsoft.Vsa
                // public methods
 
                //[Guid ("")]
-               [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
                void GetCompiledState (out byte [] pe, out byte [] debugInfo);
 
                
                //[Guid ("")]
-               [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
                object GetEventSourceInstance (string itemName, string eventSourceName);
 
 
                //[Guid ("")]
-               [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
                object GetGlobalInstance (string name);
 
 
                //[Guid ("")]
-               [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
                void Notify (string notify, object info);
 
 
                //[Guid ("")]
-               [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
                bool OnCompilerError (IVsaError error);
        }
 }