Removal of NET_1_1 defines and some NET_2_0; Both defines are true these days in...
[mono.git] / mcs / class / System.EnterpriseServices / System.EnterpriseServices / RegistrationHelperTx.cs
index 1fa580bd397379fb86048257544537d7cd7c5a0e..70fd1cdb808c4feb98b6c5c47e8f94bbd52eecf0 100644 (file)
@@ -7,11 +7,32 @@
 // Copyright (C) Tim Coleman, 2002
 //
 
+//
+// 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.
+//
+
 using System;
 using System.Runtime.InteropServices;
 
 namespace System.EnterpriseServices {
-       [Guid("9e31421c-2f15-4f35-ad20-66fb9d4cd428")]
+       [Guid("C89AC250-E18A-4FC7-ABD5-B8897B6A78A5")]
        [TransactionAttribute (TransactionOption.RequiresNew)]
        public sealed class RegistrationHelperTx : ServicedComponent {
 
@@ -49,13 +70,11 @@ namespace System.EnterpriseServices {
                        throw new NotImplementedException ();
                }
 
-#if NET_1_1
                [MonoTODO]
                public void InstallAssemblyFromConfig ([MarshalAs(UnmanagedType.IUnknown)] ref RegistrationConfig regConfig, object sync)
                {
                        throw new NotImplementedException ();
                }
-#endif
 
                [MonoTODO]
                public bool IsInTransaction ()
@@ -74,13 +93,11 @@ namespace System.EnterpriseServices {
                        throw new NotImplementedException ();
                }
 
-#if NET_1_1
                [MonoTODO]
                public void UninstallAssemblyFromConfig ([MarshalAs(UnmanagedType.IUnknown)] ref RegistrationConfig regConfig, object sync)
                {
                        throw new NotImplementedException ();
                }
-#endif
 
                #endregion // Methods
        }