Opened 15 years ago

Closed 14 years ago

Last modified 14 years ago

#3618 closed enhancement (invalid)

function replace (easy)

Reported by: chico Owned by: axeld
Priority: normal Milestone: R1
Component: Kits/Translation Kit Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

status_t
BTranslator::MakeConfigurationView(BMessage* ioExtension,
	BView** outView, BRect* outExtent)
{
	return B_ERROR;
}

in Translator should be replaced by function MakeConfig() in TranslatorAddOn.h

Attachments (1)

Ticket3618.patch (447 bytes ) - added by darthsitius 14 years ago.

Download all attachments as: .zip

Change History (3)

by darthsitius, 14 years ago

Attachment: Ticket3618.patch added

comment:1 by axeld, 14 years ago

Resolution: invalid
Status: newclosed
Summary: [Interface kit] function replace (easy)function replace (easy)
Version: R1/pre-alpha1R1/Development

First of all, I don't understand this ticket at all. It makes no sense to me. Second, thanks for your patch, but I'm sorry to say that you obviously misunderstood this ticket (which is really not your fault).

comment:2 by stippi, 14 years ago

Just as a clarification to darthsitius: Chico probably spotted this "inconsistency" between Translator.h and TranslatorAddon.h, but it cannot be changed without breaking binary compatibility. So it's a no-go and the ticket should have been marked invalid a long time ago. Sorry for the inconvenience.

Note: See TracTickets for help on using tickets.