Changes between Initial Version and Version 1 of Ticket #11934, comment 16
- Timestamp:
- Apr 9, 2015, 10:29:49 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11934, comment 16
initial v1 1 1 0001: it's the first thing i've think of, but changing this in BMenuItem isn't breaking eventual classes using it? Since it was there from BeOS times. I could still add another version and composite the first into it, but is it worth the effort? No problem for me to add another version though, i have just think of it being unneeded. 2 2 3 0002: The functions acquire ownership only on success and i am detaching it from the deleter when the Add* return B_OK, otherwise the deleter will takeownership and do what you said.3 0002: The functions acquire ownership only on success and i am detaching it from the deleter when the Add* return B_OK, otherwise the deleter will retain ownership and do what you said.