2004-04-12 David Sheldon <dave-mono@earth.li>
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Activation / IConstructionCallMessage.cs
index 6bbb601e467e11282a825206fa5269a8e1dc6661..3405967465d7b51b77d87986d7ae5d92f50b6483 100644 (file)
@@ -8,10 +8,11 @@
 //
 
 using System.Collections;
+using System.Runtime.Remoting.Messaging;
 
 namespace System.Runtime.Remoting.Activation {
 
-       public interface IConstructionCallMessage {
+       public interface IConstructionCallMessage : IMessage, IMethodCallMessage, IMethodMessage {
                Type ActivationType {
                        get;
                }