4 Jun
2008
4 Jun
'08
2:42 a.m.
On Mon, Jun 02, 2008 at 09:23:44PM +0100, Jeremy Henty wrote:
OK, I'll kick this off with a small patch that wraps the DilloHtmlForm constructor and destructor in an API that doesn't need the class declaration.
Committed.
The next stage will be to create stubs for the new files and hook them into the existing source and build system. That depends on deciding what the new file names should be. My thoughts:
The form implementation: form.cc or html_form.cc .
form.cc
The form header: form.hh or html_form.hh .
form.hh
The shared API for Html module internals: html_common.hh , html_shared.hh , html_internal.hh or html_internals.hh .
html_common.hh -- Cheers Jorge.-