New tests.
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel / Dummy.cs
1 using System.ServiceModel.Channels;
2
3 namespace System.IO
4 {
5         public class PipeException : Exception { }
6 }
7
8 namespace System.ServiceModel
9 {
10         public class PeerHopCountAttribute { }
11 }
12
13 namespace System.ServiceModel.Activation.Configuration
14 {
15         public class Dummy { }
16 }
17
18 namespace System.ServiceModel.Channels
19 {
20         public class PrivacyNoticeBindingElementImporter { }
21         public class UseManagedPresentationBindingElementImporter { }
22         public class XmlSerializerImportOptions { }
23 }