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 ce621c4159d5a9ddff6521f2f5a081ae1f1f41ff..70fd1cdb808c4feb98b6c5c47e8f94bbd52eecf0 100644 (file)
@@ -32,7 +32,7 @@ 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 {
 
@@ -70,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 ()
@@ -95,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
        }