[libgdamm] Added the MetaStructError exception.
- From: Murray Cumming <murrayc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libgdamm] Added the MetaStructError exception.
- Date: Fri, 4 Sep 2009 14:20:00 +0000 (UTC)
commit a0cf8eef18e2ad6b38c3a5cce3456827abd4e231
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Sep 4 16:19:53 2009 +0200
Added the MetaStructError exception.
ChangeLog | 4 ++++
libgda/src/metastruct.hg | 4 ++++
2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 01c8e64..4414198 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-04 Murray Cumming <murrayc murrayc com>
+
+ * libgda/src/metastruct.hg: Added the MetaStructError exception.
+
2009-08-31 Daniel Elstner <danielk openismus com>
Make Doxygen ignore namespace sigc
diff --git a/libgda/src/metastruct.hg b/libgda/src/metastruct.hg
index 436ddf8..962a15d 100644
--- a/libgda/src/metastruct.hg
+++ b/libgda/src/metastruct.hg
@@ -31,6 +31,10 @@ namespace Gnome
namespace Gda
{
+/** Exception class for Gda MetaStruct errors.
+ */
+_WRAP_GERROR(MetaStructError, GdaMetaStructError, GDA_META_STRUCT_ERROR)
+
_WRAP_ENUM(MetaStructFeature, GdaMetaStructFeature)
_WRAP_ENUM(MetaDbObjectType, GdaMetaDbObjectType)
_WRAP_ENUM(MetaSortType, GdaMetaSortType)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]