@@ -1,3 +1,8 @@
+2003-07-14 Lluis Sanchez Gual <[email protected]>
+
+ * NetConfig.cs: If Clone method is not public, then it must use
+ explicit interface method implementation syntax.
2003-07-14 Jerome Laban <[email protected]>
* Dns.cs: Reworked indentation.
@@ -18,7 +18,7 @@ namespace System.Net
}
- internal object Clone()
+ object ICloneable.Clone()
{
return MemberwiseClone();