Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[imp-dev] Fwd: PDBPlugin.getLanguageID()

Hi Jurgen,

Not sure how you determined that getLanguageID() was dead (as stated in
the commit comment for v20821), but it wasn't. PluginBase.getLanguageID()
is abstract, so obviously subclasses *must* implement it.

This was part of a recent change to PluginBase that turned many copies of preference-related static code in PluginBase's subclasses (that differed only in the particular language ID used) into a single instance method in the base
class and one tiny getter - getLanguageID() - in the subclasses.

Make sense?

Cheers,
 - Bob



Back to the top