|
From: <br...@us...> - 2008-10-25 04:29:16
|
Revision: 3746
http://openvrml.svn.sourceforge.net/openvrml/?rev=3746&view=rev
Author: braden
Date: 2008-10-25 04:29:02 +0000 (Sat, 25 Oct 2008)
Log Message:
-----------
Fixed signature of openvrml_xembed_browser_factory_create_control to use guint64 for the host_id.
Modified Paths:
--------------
branches/0.17/ChangeLog
branches/0.17/src/openvrml-xembed/browserfactory.cpp
branches/0.17/src/openvrml-xembed/browserfactory.h
Modified: branches/0.17/ChangeLog
===================================================================
--- branches/0.17/ChangeLog 2008-10-23 06:34:43 UTC (rev 3745)
+++ branches/0.17/ChangeLog 2008-10-25 04:29:02 UTC (rev 3746)
@@ -1,3 +1,11 @@
+2008-10-25 Braden McDaniel <br...@en...>
+
+ Fixed signature of openvrml_xembed_browser_factory_create_control
+ to use guint64 for the host_id.
+
+ * src/openvrml-xembed/browserfactory.cpp
+ * src/openvrml-xembed/browserfactory.h
+
2008-10-23 Braden McDaniel <br...@en...>
Removed redundant registration of the OpenvrmlXembedBrowserFactory
Modified: branches/0.17/src/openvrml-xembed/browserfactory.cpp
===================================================================
--- branches/0.17/src/openvrml-xembed/browserfactory.cpp 2008-10-23 06:34:43 UTC (rev 3745)
+++ branches/0.17/src/openvrml-xembed/browserfactory.cpp 2008-10-25 04:29:02 UTC (rev 3746)
@@ -244,7 +244,7 @@
OpenvrmlXembedBrowserFactory * const control_factory,
const char * const host_name,
const char * const host_obj_path,
- const guint host_id,
+ const guint64 host_id,
const gboolean expect_initial_stream,
DBusGMethodInvocation * const context)
{
Modified: branches/0.17/src/openvrml-xembed/browserfactory.h
===================================================================
--- branches/0.17/src/openvrml-xembed/browserfactory.h 2008-10-23 06:34:43 UTC (rev 3745)
+++ branches/0.17/src/openvrml-xembed/browserfactory.h 2008-10-25 04:29:02 UTC (rev 3746)
@@ -53,7 +53,7 @@
OpenvrmlXembedBrowserFactory * factory,
const char * host_name,
const char * host_obj_path,
- guint host_id,
+ guint64 host_id,
gboolean expect_initial_stream,
DBusGMethodInvocation * context);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|