X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.Remoting.Channels%2FServerProcessing.cs;h=e264157b80fed8d793536456567531f12bb22ca5;hb=abb97797a2142c8c9fecd5ed0b24e400c6c59238;hp=2b5db7a380e02e4cb45d11fbbfb1aaeb16ba3ee3;hpb=75df74a96c33af7a99e16e4281272f1b67334a48;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.Remoting.Channels/ServerProcessing.cs b/mcs/class/corlib/System.Runtime.Remoting.Channels/ServerProcessing.cs index 2b5db7a380e..e264157b80f 100644 --- a/mcs/class/corlib/System.Runtime.Remoting.Channels/ServerProcessing.cs +++ b/mcs/class/corlib/System.Runtime.Remoting.Channels/ServerProcessing.cs @@ -32,6 +32,9 @@ namespace System.Runtime.Remoting.Channels { [Serializable] +#if NET_2_0 + [System.Runtime.InteropServices.ComVisible (true)] +#endif public enum ServerProcessing { Complete = 0,