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



commit 09d1e1780463863c578505ea7daaaefbec7de5bf
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]