Re: [Spice-devel] [spice-server v2 04/14] channel: Remove OutgoingHandlerInterface

2017-02-14 Thread Frediano Ziglio
> > RedChannel uses OutgoingHandlerInterface to provide constant pointers to > RedChannelClient methods. This OutgoingHandlerInterface structure is > then used in RedChannelClient to indirectly call these methods. > > The OutgoingHandlerInterface abstraction is unused, ie the codebase > only has

[Spice-devel] [spice-server v2 04/14] channel: Remove OutgoingHandlerInterface

2017-02-14 Thread Christophe Fergeau
RedChannel uses OutgoingHandlerInterface to provide constant pointers to RedChannelClient methods. This OutgoingHandlerInterface structure is then used in RedChannelClient to indirectly call these methods. The OutgoingHandlerInterface abstraction is unused, ie the codebase only has a single implem