[gxml/gsoc2013: 62/69] DomException.vala: add a dummy DomError for the transitioning of the tests



commit f2dcc043c729ba7976515e3b6334852d8b7c0bbb
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sat Jul 27 00:01:54 2013 -0400

    DomException.vala: add a dummy DomError for the transitioning of the tests

 gxml/DomException.vala |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/gxml/DomException.vala b/gxml/DomException.vala
index 88be538..4cfc4a0 100644
--- a/gxml/DomException.vala
+++ b/gxml/DomException.vala
@@ -86,4 +86,10 @@ public enum GXml.DomException {
         * A document lacked a root element.
         */
         INVALID_ROOT;
-}
\ No newline at end of file
+}
+
+// TODO: remove after transitioning tests
+public errordomain GXml.DomError {
+       DUMMY;
+}
+


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