[E-devel] [PATCH] Migrate technologies to use Technology interface

2010-03-04 Thread Lucas De Marchi
Instead of parse 2 vectors of Enabled and Disabled technologies, use the technology interface with its 'state' field. It's much easier to extend this design than the other, also allowing the UI to be easily updated upon devices (dis)appearing. This breaks compatibility with connman version < 0.49.

Re: [E-devel] [PATCH] Migrate technologies to use Technology interface

2010-03-04 Thread Gustavo Sverzut Barbieri
in svn! thanks. On Thu, Mar 4, 2010 at 6:50 AM, Lucas De Marchi wrote: > Instead of parse 2 vectors of Enabled and Disabled technologies, use the > technology interface with its 'state' field. It's much easier to extend > this design than the other, also allowing the UI to be easily updated > upo