<html><body>
<p>+1<br>
<br>
Sharad Mishra<br>
Open Virtualization<br>
Linux Technology Center<br>
IBM<br>
<br>
<tt>libvirt-cim-bounces@redhat.com wrote on 12/21/2010 08:11:57 AM:<br>
<br>
> Chip Vincent <cvincent@linux.vnet.ibm.com> </tt><br>
<tt>> Sent by: libvirt-cim-bounces@redhat.com<br>
> </tt><br>
<tt>> 12/21/10 08:11 AM</tt><br>
<tt>> <br>
> Please respond to<br>
> List for discussion and development of libvirt CIM <libvirt-cim@redhat.com></tt><br>
<tt>> <br>
> To</tt><br>
<tt>> <br>
> List for discussion and development of libvirt CIM <libvirt-cim@redhat.com></tt><br>
<tt>> <br>
> cc</tt><br>
<tt>> <br>
> Subject</tt><br>
<tt>> <br>
> [Libvirt-cim] [PATCH] Restore const to interface to avoid warnings</tt><br>
<tt>> <br>
> # HG changeset patch<br>
> # User Chip Vincent <cvincent@us.ibm.com><br>
> # Date 1292947743 18000<br>
> # Node ID 13fbf3dc3923457a894a063b20077e3fb586e7d3<br>
> # Parent  531f151df659f030fe4fab1f6663572af356935f<br>
> Restore const to interface to avoid warnings.<br>
> <br>
> This change simply tweaks the interface to avoid build warnings (sadly <br>
> buried in macros).<br>
> <br>
> Signed-off-by: Chip Vincent <cvincent@us.ibm.com><br>
> <br>
> diff -r 531f151df659 -r 13fbf3dc3923 std_indication.h<br>
> --- a/std_indication.h  Wed Dec 08 12:44:27 2010 -0800<br>
> +++ b/std_indication.h  Tue Dec 21 11:09:03 2010 -0500<br>
> @@ -135,7 +135,7 @@<br>
>  CMPIStatus stdi_handler(CMPIMethodMI *self,<br>
>                          const CMPIContext *context,<br>
>                          const CMPIResult *results,<br>
> -                        CMPIObjectPath *reference,<br>
> +                        const CMPIObjectPath *reference,<br>
>                          const char *methodname,<br>
>                          const CMPIArgs *argsin,<br>
>                          CMPIArgs *argsout);<br>
> <br>
> -- <br>
> Chip Vincent<br>
> Open Virtualization, Linux Technology Center<br>
> IBM Systems & Technology Group<br>
> phone: 919-254-4482, T/L 444-4482<br>
> email: cvincent@us.ibm.com<br>
> <br>
> _______________________________________________<br>
> Libvirt-cim mailing list<br>
> Libvirt-cim@redhat.com<br>
> <a href="https://www.redhat.com/mailman/listinfo/libvirt-cim">https://www.redhat.com/mailman/listinfo/libvirt-cim</a><br>
</tt></body></html>