[Spice-devel] [PATCH spice 4/9] spicec: name host param
Hans de Goede
hdegoede at redhat.com
Sun Oct 17 07:32:42 PDT 2010
Ack.
On 10/17/2010 04:13 PM, Arnon Gilboa wrote:
> ---
> client/red_client.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/client/red_client.h b/client/red_client.h
> index dd64682..ae52d9f 100644
> --- a/client/red_client.h
> +++ b/client/red_client.h
> @@ -227,7 +227,7 @@ public:
> void activate_interval_timer(Timer* timer, unsigned int millisec);
> void deactivate_interval_timer(Timer* timer);
>
> - void set_target(const std::string&, int port, int sport);
> + void set_target(const std::string& host, int port, int sport);
> void set_password(const std::string& password) { _password = password;}
> void set_auto_display_res(bool auto_display_res) { _auto_display_res = auto_display_res;}
> void set_display_setting(DisplaySetting& setting) { _display_setting = setting;}
More information about the Spice-devel
mailing list