[libgda-uimm] Change the namespace from Gnome::Gda to
- From: Murray Cumming <murrayc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libgda-uimm] Change the namespace from Gnome::Gda to
- Date: Mon, 14 Sep 2009 08:20:11 +0000 (UTC)
commit d3657a8126d0516f4b4226f4b3e34ac224dc7803
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Sep 14 10:14:01 2009 +0200
Change the namespace from Gnome::Gda to
Gnome::GdaUI.
ChangeLog | 6 ++++++
libgda-ui/src/Makefile.am | 2 +-
libgda-ui/src/combo.ccg | 2 +-
libgda-ui/src/combo.hg | 2 +-
4 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e69de29..ab25cff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,6 @@
+2009-09-14 Murray Cumming <murrayc murrayc com>
+
+ * libgda-ui/src/Makefile.am:
+ * libgda-ui/src/combo.[hg|ccg]: Change the namespace from Gnome::Gda to
+ Gnome::GdaUI.
+
diff --git a/libgda-ui/src/Makefile.am b/libgda-ui/src/Makefile.am
index c99635a..0a6a8fb 100644
--- a/libgda-ui/src/Makefile.am
+++ b/libgda-ui/src/Makefile.am
@@ -14,7 +14,7 @@
## along with this library. If not, see <http://www.gnu.org/licenses/>.
binding_name = libgda-uimm
-wrap_init_flags = --namespace=Gnome --namespace=Gda --parent_dir=libgda-uimm
+wrap_init_flags = --namespace=Gnome --namespace=GdaUI --parent_dir=libgda-uimm
codegen_srcdir = $(top_srcdir)/tools
include $(srcdir)/filelist.am
diff --git a/libgda-ui/src/combo.ccg b/libgda-ui/src/combo.ccg
index d27e3e9..0a4e6da 100644
--- a/libgda-ui/src/combo.ccg
+++ b/libgda-ui/src/combo.ccg
@@ -22,7 +22,7 @@
namespace Gnome
{
-namespace Gda
+namespace GdaUI
{
diff --git a/libgda-ui/src/combo.hg b/libgda-ui/src/combo.hg
index 8ab9a13..2727267 100644
--- a/libgda-ui/src/combo.hg
+++ b/libgda-ui/src/combo.hg
@@ -25,7 +25,7 @@ _PINCLUDE(gtkmm/private/combobox_p.h)
namespace Gnome
{
-namespace Gda
+namespace GdaUI
{
/** Combo â?? Combo box to choose from the contents of a DataModel.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]