Add an ifdef for moonlight compilation
authorAlan McGovern <alan.mcgovern@gmail.com>
Mon, 28 Jun 2010 14:39:05 +0000 (14:39 -0000)
committerAlan McGovern <alan.mcgovern@gmail.com>
Mon, 28 Jun 2010 14:39:05 +0000 (14:39 -0000)
svn path=/trunk/mcs/; revision=159604

mcs/class/System.ServiceModel/System.ServiceModel.Channels/HttpTransportBindingElement.cs

index 607d8c5294cd62317497a8da5519e62d5240553c..4aa9cfb1e6c564e25526e7289bb2c75fedaed322 100644 (file)
@@ -30,7 +30,9 @@ using System.Collections.Generic;
 using System.Net;
 using System.Net.Security;
 using System.ServiceModel.Channels;
+#if !MOONLIGHT
 using System.ServiceModel.Channels.Http;
+#endif
 using System.ServiceModel.Description;
 
 namespace System.ServiceModel.Channels