2010-06-17 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel.Channels / ChannelBase.cs
index e389e519f7d5bf018b9612b4c2f951f94a5e95cf..a890d0632a67215e3dd58b42942b4df173970514 100644 (file)
@@ -69,9 +69,12 @@ namespace System.ServiceModel.Channels
                        return null;
                }
 
+#if !NET_2_1
                protected override void OnClosed ()
                {
+                       base.OnClosed ();
                }
+#endif
 
                TimeSpan IDefaultCommunicationTimeouts.CloseTimeout {
                        get { return DefaultCloseTimeout; }