svn path=/trunk/mcs/; revision=51972
@@ -1,3 +1,7 @@
+2005-10-20 Konstantin Triger <[email protected]>
+
+ * Metafile.jvm.cs: implement abstact Clone
2005-10-04 Peter Dennis Bartok <[email protected]>
* EncoderParameter.cs, EncoderParameters.cs: Calling GC.SuppressFinalize
@@ -299,6 +299,11 @@ namespace System.Drawing.Imaging {
throw new NotImplementedException ();
}
+ #region Clone
+ public override object Clone() {
+ throw new NotImplementedException ();
+ }
+ #endregion
+ * Image.jvm.cs: make Clone abstract
2005-10-20 Konstantin Triger <[email protected]>
* Font.jvm.cs: make fallbacks for GdiCharSet, GdiVerticalFont
@@ -120,9 +120,7 @@ namespace System.Drawing {
#endregion
#region Clone
- public virtual object Clone() {
- throw new NotImplementedException ("Must be implemented in child class");
- }
+ public abstract object Clone();
// static