>>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Thu, Aug 29, 2002 at 02:59:37PM +0200, Jean-Marc Lasgouttes Andre> wrote: I'd like to merge them in a sinlge BufferView.C as it's Andre> pretty annoying to open BufferView.C in the editor just to see Andre> that the function is implemented in 2.C. And we have large Andre> files than 1000 lines in other places. >> I thought that BufferView2.C was for stuff that has not yet been >> moved to BufferView_pimpl.C. So presumable all of it should go to >> BufferView_pimpl.C Andre> There is no need to introduce another call indirection if it is Andre> not need, isn't it? If it can be handled in BufferView.C why Andre> unnessarily bloat the Pimpl's interface and do indirect calls? Sure, but then you have only one file to look into instead of two. JMarc