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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (vendor branch)
Sun Jul 1 20:47:58 2001 UTC (22 years, 11 months ago) by bearsoft
Branch: lazy, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
First import

1 bearsoft 1.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