searchengine/oss/cl/clucene/src/clucene/highlighter/SimpleHTMLFormatter.cpp
changeset 15 cf5c74390b98
parent 7 a5fbfefd615f
equal deleted inserted replaced
10:afe194b6b1cd 15:cf5c74390b98
    11 {
    11 {
    12 }
    12 }
    13 
    13 
    14 SimpleHTMLFormatter::SimpleHTMLFormatter()
    14 SimpleHTMLFormatter::SimpleHTMLFormatter()
    15 {
    15 {
    16 	_preTag = stringDuplicate(_T("<B>"));
    16 	_preTag = stringDuplicate(_T("<U>"));
    17 	_postTag = stringDuplicate(_T("</B>"));
    17 	_postTag = stringDuplicate(_T("</U>"));
    18 }
    18 }
    19 
    19 
    20 SimpleHTMLFormatter::~SimpleHTMLFormatter() 
    20 SimpleHTMLFormatter::~SimpleHTMLFormatter() 
    21 {
    21 {
    22 	_CLDELETE_CARRAY(_preTag);
    22 	_CLDELETE_CARRAY(_preTag);