[bt-devel] Backend redesign
Joachim Ansorg
bt-devel@crosswire.org
Wed, 11 Oct 2000 21:03:08 +0000
Hi Martin!
> just a quick thought: why not write several overloaded constructors?
Hm, I'm not sure.
The constructors take the same arguments, so it's hard to write different
ones.
If we would inherit we couldn't use multiple inheritance (from SWModule and
CModuleInfo) because Sword doesn't know CModuleInfo.
I think we should stay with the member solution.
--Joachim
> Martin
>
> On Mit, 11 Okt 2000, you wrote:
> > Hi all!
> >
> > Perhaps you read my mail on Sword-Devel. Nobody answered, so I decided
> > that we have use the SWModule as a member, which is much more worse than
> > inherit
> >
> > >from this class.
> >
> > But obviously nobody knows an answer.
> >
> > --Joachim