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