summaryrefslogtreecommitdiff
path: root/mcs/class/System.ServiceModel/System.ServiceModel.ComIntegration/Dummy.cs
blob: df56d3ec1eed0ffd08e48bc721e218d235278a0a (plain)
1
2
3
4
5
6
7
8
9
namespace System.ServiceModel.ComIntegration
{
	public interface IChannelCredentials { }
	public interface IMoniker { }
	public interface IServiceSurrogate { }
	public class ComPlusListenerInitializationException { }
	public class DllHostInitializer { }
	public class ServiceMoniker { }
}