diff com.ibm.icu/src/com/ibm/icu/text/MessageFormat.d @ 85:6be48cf9f95c

Work on databinding
author Frank Benoit <benoit@tionex.de>
date Sat, 18 Apr 2009 13:54:50 +0200
parents
children ebefa5c2eab4
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/com.ibm.icu/src/com/ibm/icu/text/MessageFormat.d	Sat Apr 18 13:54:50 2009 +0200
@@ -0,0 +1,23 @@
+
+module com.ibm.icu.text.MessageFormat;
+
+import java.lang.all;
+public class MessageFormat {
+
+    public this(String taskList_line) {
+        // TODO Auto-generated constructor stub
+    }
+
+    public static String format(String format, Object[] args) {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public String format(Object[] objects) {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+}
+
+