glibmm r550 - in trunk: . gio/giomm



Author: jjongsma
Date: Fri Feb  1 02:33:52 2008
New Revision: 550
URL: http://svn.gnome.org/viewvc/glibmm?rev=550&view=rev

Log:
	* gio/giomm/contenttype.cc: put content_type functions in the Gio namespace
	which was accidentally omitted.



Modified:
   trunk/ChangeLog
   trunk/gio/giomm/contenttype.cc

Modified: trunk/gio/giomm/contenttype.cc
==============================================================================
--- trunk/gio/giomm/contenttype.cc	(original)
+++ trunk/gio/giomm/contenttype.cc	Fri Feb  1 02:33:52 2008
@@ -20,6 +20,9 @@
 #include <giomm/contenttype.h>
 #include <gio/gio.h>
 
+namespace Gio
+{
+
 bool content_type_equals(const Glib::ustring& type1,
                          const Glib::ustring& type2)
 {
@@ -71,3 +74,4 @@
       Glib::OWNERSHIP_DEEP);
 }
 
+} // namespace Gio



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