2010-03-12 Jb Evain <jbevain@novell.com>
[mono.git] / mcs / class / System.ServiceModel / Dummy_2_1.cs
1 using System.Runtime.Serialization;
2
3 namespace System.ServiceModel
4 {
5         public class EndpointIdentity {}
6         public class InstanceContext
7         {
8                 public InstanceContext (object dummy) {}
9         }
10 }
11 namespace System.ServiceModel.Channels
12 {
13         public interface ITransportTokenAssertionProvider {}
14 }
15 namespace System.ServiceModel.Configuration
16 {
17         class Dummy {}
18 }
19 namespace System.ServiceModel.Description
20 {
21         public interface IPolicyExportExtension {}
22         public interface IPolicyImportExtension {}
23         public interface IWsdlExportExtension {}
24         public interface IWsdlImportExtension {}
25         public interface IContractBehavior {}
26 }
27 namespace System.ServiceModel.Dispatcher
28 {
29 }
30 namespace System.ServiceModel.Security
31 {
32         class Dummy {}
33 }
34 namespace System.Net.Security
35 {
36         public enum ProtectionLevel {None}
37 }
38 namespace System.Xml.Serialization
39 {
40         public class XmlTypeMapping {}
41 }
42 namespace System.Xml.XPath
43 {
44         class Dummy {}
45 }
46 namespace Mono.Xml.XPath
47 {
48         class Dummy {}
49 }
50