Re: [Spice-devel] [spice-xpi 12/12] Add an abstract controller base class

2013-03-12 Thread Christophe Fergeau
On Tue, Mar 12, 2013 at 01:37:06PM +0100, Marc-André Lureau wrote: > after this patch: > > "LoadPlugin: failed to initialize"..., 212LoadPlugin: failed to > initialize shared library > /home/elmarco/.mozilla/plugins/libnsISpicec.so > [/home/elmarco/.mozilla/plugins/libnsISpicec.so: undefined symbo

Re: [Spice-devel] [spice-xpi 12/12] Add an abstract controller base class

2013-03-12 Thread Marc-André Lureau
after this patch: "LoadPlugin: failed to initialize"..., 212LoadPlugin: failed to initialize shared library /home/elmarco/.mozilla/plugins/libnsISpicec.so [/home/elmarco/.mozilla/plugins/libnsISpicec.so: undefined symbol: _ZN19SpiceControllerUnix14GetClientPathsEPPPcS2_ On Tue, Mar 12, 2013 at 1

[Spice-devel] [spice-xpi 12/12] Add an abstract controller base class

2013-03-12 Thread Christophe Fergeau
It contains all the generic code, then platform-specific controller implementations will inherit from it and overload the non-generic parts abstract methods. --- SpiceXPI/src/plugin/Makefile.am | 2 + SpiceXPI/src/plugin/controller-unix.cpp | 209 +++--- SpiceXPI/src/