// // System.Runtime.Remoting.Channels.BaseChannelSyncWithProperties.cs // // Author: Rodrigo Moya (rodrigo@ximian.com) // // 2002 (C) Copyright, Ximian, Inc. // namespace System.Runtime.Remoting.Channels { public abstract class BaseChannelSinkWithProperties : BaseChannelObjectWithProperties { protected BaseChannelSinkWithProperties () : base () { } } }