2008-09-24 Jb Evain <jbevain@novell.com>
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Channels / ServerProcessing.cs
index 2b5db7a380e02e4cb45d11fbbfb1aaeb16ba3ee3..e264157b80fed8d793536456567531f12bb22ca5 100644 (file)
@@ -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,