#6302 closed enhancement (fixed)
BMessage does provide convenience methods for BSize and BAlignment types.
Reported by: | yourpalal | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Application Kit | Version: | R1/alpha2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #5525, #6314 | |
Platform: | All |
Description
BMessage should provide methods like AddSize(const char*, BSize) and so on for these types.
Attachments (1)
Change History (7)
by , 14 years ago
Attachment: | message.patch added |
---|
comment:1 by , 14 years ago
patch: | 0 → 1 |
---|
comment:2 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 14 years ago
Blocking: | 6314 added |
---|
comment:4 by , 14 years ago
Patch looked just fine to me, so I hope I saved you some work, Adrien, by applying it in hrev37511. Thanks, Alex!
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:6 by , 14 years ago
Yes, I just wasn't unsure if we want to add every struct type in Haiku to BMessage, but if you think it's fine, no problem :)
Note:
See TracTickets
for help on using tickets.
patch to add convenience methods for BSize and BAlignment