Skip to content

Commit

Permalink
[System.ServiceModel.Activation] Move ServiceHostFactory.cs where it'…
Browse files Browse the repository at this point in the history
…s used (#7044)
  • Loading branch information
marek-safar authored and akoeplinger committed Feb 14, 2018
1 parent 8ad191d commit 62bf8bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Expand Up @@ -3,4 +3,4 @@
Assembly/AssemblyInfo.cs

System.ServiceModel/ServiceHostingEnvironment.cs
../System.ServiceModel/System.ServiceModel.Activation/ServiceHostFactory.cs
System.ServiceModel.Activation/ServiceHostFactory.cs
Expand Up @@ -26,8 +26,6 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//

#if !HAS_ACTIVATION

namespace System.ServiceModel.Activation
{
[System.Runtime.CompilerServices.TypeForwardedFrom (Consts.AssemblySystemServiceModel_3_0)]
Expand All @@ -48,5 +46,3 @@ public class ServiceHostFactory : ServiceHostFactoryBase
}
}
}

#endif

0 comments on commit 62bf8bd

Please sign in to comment.