ms> I'm thinking about introducing a new member variable into
ms> fl_BlockLayout.  m_bisHdrftrSection true for blocks attached to
ms> hdrftr sections.

The basic idea sounds ok, but here's 2 cents worth of implementation
reaction:

Would this sort of thing be better as a method instead of a variable?
It's entirely plausible to me that the method of keeping track of
header/footer stuff could change someday, and keeping the variable
properly up-to-date could become a pain.  A method that didn't pay
much performance cost to dynamically check could encapsulate the whole
behavior.

I was thinking more along the lines of method that returned what kind
of section it was in, which basically falls into two camps: part of
the main document, and "other stuff".  Besides headers and footers,
there are footnotes, end notes, and I don't know what else.
-- 
[EMAIL PROTECTED] (WJCarpenter)    PGP 0x91865119
38 95 1B 69 C9 C6 3D 25    73 46 32 04 69 D6 ED F3


Reply via email to