patch to refactor away Packet::name

Dear Peter,

I made Packet::name pure virtual. By doing this refactoring I discovered that IbmcDescriptor, OpenVendorDescriptor and StandardVendorDescriptor are not used — What I mean is there are no concrete derivations for them…

However, the UnownPacket::name returns the correct name,

( the semantics of Packet::name() are preserved ;-)….
—- cheers atul


Attached Files:

Would you like to post a relpy?


This post starts a thread.
Follow-ups:
Re: patch to refactor away Packet::name
Thanks Atul! I just fixed the whitespace around parentheses and aligned the code a little. Committed in revision 53! atul wrote:Dear Peter, I made Packet::name pure virtual. By doing this refactoring I (more...)