On Tue, Mar 25, 2008 at 03:52:04PM -0700, Steven Dake wrote:

David, Fabio, Lon,
        Ignoring connection handles and the really long names, do these
queries satisfy what you would want from a configuration mechanism?

Joel

> dataconf_error_t dataconf_query_single (
>       char *xml_request,
>       char *result);
> 
> /*
>  * Retrieves lists of information via an XML query
>  */
> dataconf_error_t dataconf_query_list_initialize (
>       char *xml_request,
>       dataconf_query_list_handle_t *dataconf_query_list_handle);
> 
> dataconf_error_t dataconf_query_list_next (
>       dataconf_query_list_handle_t dataconf_query_list_handle,
>       char *result);
> 
> dataconf_error_t dataconf_query_list_finalize (
>       dataconf_query_list_handle_t dataconf_query_list_handle);

-- 

"Not being known doesn't stop the truth from being true."
        - Richard Bach

Joel Becker
Principal Software Developer
Oracle
E-mail: [EMAIL PROTECTED]
Phone: (650) 506-8127
_______________________________________________
Openais mailing list
Openais@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to