Re: [Wengophone-devel] libs/sound fingerprint

2006-01-23 Thread Julien Gilli
Hello, [EMAIL PROTECTED] wrote: Julien Gilli wrote: Hello, Jean-Philippe Barrette-LaPierre a écrit : I attached a modified version of the patch including Vadim suggestion. IMHO, the typedef brings some confusion : it would make StringList a type and a type alias. I'd personnaly

Re: [Wengophone-devel] libs/sound fingerprint

2006-01-20 Thread Julien Gilli
Hello, Jean-Philippe Barrette-LaPierre a écrit : Le Janvier 17, 2006 11:55 AM, Jean-Philippe Barrette-LaPierre a écrit : I looked into libs/sound library. I think I'll use it into SFLPhone, but something bothers me. I see that you use a Utility class as a list. I don't have any problems to

Re: [Wengophone-devel] libs/sound fingerprint

2006-01-20 Thread Julien Gilli
Hello, Jean-Philippe Barrette-LaPierre a écrit : I attached a modified version of the patch including Vadim suggestion. IMHO, the typedef brings some confusion : it would make StringList a type and a type alias. I'd personnaly prefer using std::liststring explicitly than a typedef which

Re: [Wengophone-devel] libs/sound fingerprint

2006-01-20 Thread Jean-Philippe Barrette-LaPierre
Le Janvier 20, 2006 11:29 AM, Julien Gilli a écrit : Hello, Jean-Philippe Barrette-LaPierre a écrit : I attached a modified version of the patch including Vadim suggestion. IMHO, the typedef brings some confusion : it would make StringList a type and a type alias. I'd personnaly prefer

Re: [Wengophone-devel] libs/sound fingerprint

2006-01-20 Thread [EMAIL PROTECTED]
Julien Gilli wrote: Hello, Jean-Philippe Barrette-LaPierre a écrit : I attached a modified version of the patch including Vadim suggestion. IMHO, the typedef brings some confusion : it would make StringList a type and a type alias. I'd personnaly prefer using std::liststring

[Wengophone-devel] libs/sound fingerprint

2006-01-17 Thread Jean-Philippe Barrette-LaPierre
I looked into libs/sound library. I think I'll use it into SFLPhone, but something bothers me. I see that you use a Utility class as a list. I don't have any problems to use that kind of utility classes within an application, because I admit that STL is not always simple to use. The problem