INTEGRATION: CWS adc9 (1.2.6); FILE MERGED

2004/11/09 17:39:29 np 1.2.6.1: #i31023#
This commit is contained in:
Oliver Bolte 2004-11-15 12:35:20 +00:00
parent ced3e5f396
commit 32d37627d8

View file

@ -2,9 +2,9 @@
*
* $RCSfile: hi_factory.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: rt $ $Date: 2004-07-12 15:31:31 $
* last change: $Author: obo $ $Date: 2004-11-15 13:35:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -114,6 +114,7 @@ class HtmlFactory_Idl : public HtmlFactory<HtmlEnvironment_Idl>
Xml::Element * o_pOut = 0 )
: HtmlFactory<Environment>(io_rEnv, o_pOut)
{ }
virtual ~HtmlFactory_Idl() {}
/** The default version only calls ->produce_InternalLink().
This may be overwritten by derived classes.