Merge pull request #4540 from kumpera/android-changes-part1
[mono.git] / mcs / class / System.EnterpriseServices / System.EnterpriseServices / ContextUtil.cs
index 5a6baac74af3117937c296ea73a7b1fbddbedba6..e4028a717fd8616e056d4a9ad580c64b6db83912 100644 (file)
@@ -29,9 +29,7 @@
 //\r
 \r
 using System;\r
-#if NET_2_0\r
 using System.Transactions;\r
-#endif\r
 \r
 namespace System.EnterpriseServices {\r
        public sealed class ContextUtil {\r
@@ -104,12 +102,10 @@ namespace System.EnterpriseServices {
                        get { throw new NotImplementedException (); }\r
                }\r
 \r
-#if NET_2_0\r
                public static Transaction SystemTransaction {\r
                        [MonoTODO]\r
                        get { throw new NotImplementedException (); }\r
                }\r
-#endif\r
 \r
                public static Guid TransactionId {\r
                        [MonoTODO]\r
@@ -144,13 +140,11 @@ namespace System.EnterpriseServices {
                        throw new NotImplementedException ();\r
                }\r
 \r
-#if NET_2_0\r
                [MonoTODO]\r
                public static bool IsDefaultContext ()\r
                {\r
                        throw new NotImplementedException ();\r
                }\r
-#endif\r
 \r
                [MonoTODO]\r
                public static void SetAbort ()\r
@@ -164,13 +158,11 @@ namespace System.EnterpriseServices {
                        throw new NotImplementedException ();\r
                }\r
 \r
-#if NET_2_0\r
                [MonoTODO]\r
-               public static void SetNamedProperty (string name, object property)\r
+               public static void SetNamedProperty (string name, object value)\r
                {\r
                        throw new NotImplementedException ();\r
                }\r
-#endif\r
                #endregion // Methods\r
        }\r
 }\r