diff mde/content/IContent.d @ 163:24d77c52243f

Provided sensible conversions for setting the value of one AStringContent from another, along with unittest. Updated layout and Translation unittests to run.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 23 May 2009 15:47:32 +0200
parents 2476790223b8
children 620d4ea30228
line wrap: on
line diff
--- a/mde/content/IContent.d	Fri May 22 19:59:22 2009 +0200
+++ b/mde/content/IContent.d	Sat May 23 15:47:32 2009 +0200
@@ -46,6 +46,6 @@
      * If cont's type is compatible, the method should set its instance's
      * value to that of cont and return true, otherwise it should return false.
      */
-    bool setContent (IContent);
+    bool set (IContent);
 }