|
From: Darrell S. <da...@sc...> - 2012-05-03 19:56:11
|
On Wed, May 2, 2012 at 10:53 PM, Darrell Schiebel <da...@sc...>wrote:
> a cleaner solution of adding it as an option to the XML to cpp converter
> (which generated the 'ViewerProxy.dbusproxy.h' header shown below).
This modification to support the specification of a timeout in xml2cpp like:
<method name="load" timeout="0x7fffffff/1000.0">
<arg direction="in" type="s" name="path" />
...
</method>
was straight forward to implement.
|