/[cvs]/api/Classes/Html/HtmlTool.cpp
ViewVC logotype

Contents of /api/Classes/Html/HtmlTool.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Sun Jul 1 20:47:58 2001 UTC (23 years ago) by bearsoft
Branch point for: lazy, MAIN
Initial revision

1 #include "HtmlTool.h"
2 #include "../System/System.h"
3 #include "../System/SystemDefine.h"
4 #include "../Array/ObjectArray.h"
5
6 HtmlTool::HtmlTool(const Link &link)
7 {
8 data = new String(link.data);
9 }
10
11 HtmlTool::~HtmlTool()
12 {
13 if (data!=null)
14 {
15 delete data;
16 }
17 }
18

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26