[openbeos] Re: The Haiku Book

  • From: "Jérôme Duval" <korli@xxxxxxxxxxxxxxxx>
  • To: openbeos@xxxxxxxxxxxxx
  • Date: Wed, 13 Sep 2006 14:51:18 +0200

Hi,

I had a look at method signatures in midi2*.xml and found full signature
with the class name:
void BMidiEndpoint::SetName(const char* name)

Wouldn't it be preferred to drop the class name :
void SetName(const char* name)

It is also easier to match with headers the latter way.

Bye,
Jérôme

Other related posts: