searchengine/cpix/tsrc/cpixunittest/inc/suggestion.h
changeset 15 cf5c74390b98
parent 0 671dee74050a
equal deleted inserted replaced
10:afe194b6b1cd 15:cf5c74390b98
    32 
    32 
    33     friend bool operator<(const Suggestion & left,
    33     friend bool operator<(const Suggestion & left,
    34                           const Suggestion & right);
    34                           const Suggestion & right);
    35 
    35 
    36 public:
    36 public:
    37     Suggestion(cpix_Document & doc,
    37     Suggestion(cpix_Document * doc,
    38                Itk::TestMgr  * testMgr);
    38                Itk::TestMgr  * testMgr);
    39 
    39 
    40         
    40         
    41     const std::wstring & term() const;
    41     const std::wstring & term() const;
    42     const std::wstring & frequency() const;
    42     const std::wstring & frequency() const;