[california/wip/731543-attendees] Add mailto util source file



commit df24e6f20642a1f9c850aa99a91739e9f5f25f24
Author: Jim Nelson <jim yorba org>
Date:   Wed Oct 29 13:00:56 2014 -0700

    Add mailto util source file

 src/util-mailto.vala |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/src/util-mailto.vala b/src/util-mailto.vala
new file mode 100644
index 0000000..6b1499e
--- /dev/null
+++ b/src/util-mailto.vala
@@ -0,0 +1,18 @@
+/* Copyright 2014 Yorba Foundation
+ *
+ * This software is licensed under the GNU Lesser General Public License
+ * (version 2.1 or later).  See the COPYING file in this distribution.
+ */
+
+namespace California {
+
+public class Mailto : BaseObject {
+    public Mailto() {
+    }
+    
+    public static Mailto parse(string str) {
+    }
+}
+
+}
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]