2010-06-21 Jonathan Chambers <joncham@gmail.com>
[mono.git] / mcs / class / System.EnterpriseServices / System.EnterpriseServices / ServiceConfig.cs
index 555521d66a5b1eca66171832e3cfafd1e667c7b2..02a440252b3de48b9e7c833b9eae2a008f77d105 100644 (file)
@@ -28,6 +28,9 @@
 \r
 using System;\r
 using System.Runtime.InteropServices;\r
+#if NET_2_0\r
+using System.Transactions;\r
+#endif\r
 \r
 namespace System.EnterpriseServices {\r
 \r
@@ -58,6 +61,18 @@ namespace System.EnterpriseServices {
                        }\r
                }\r
 \r
+#if NET_2_0\r
+               [MonoTODO]\r
+               public Transaction BringYourOwnSystemTransaction {\r
+                       get {\r
+                               throw new NotImplementedException ();\r
+                       }\r
+                       set {\r
+                               throw new NotImplementedException ();\r
+                       }\r
+               }\r
+#endif\r
+\r
                [MonoTODO]\r
                public ITransaction BringYourOwnTransaction {\r
                        get {\r