Subversion Repositories tpanel

Rev

Rev 417 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 417 Rev 429
Line 1115... Line 1115...
1115
 * @return In case all strings from \b parts were found in \b name it returns
1115
 * @return In case all strings from \b parts were found in \b name it returns
1116
 * TRUE. Otherwise FALSE.
1116
 * TRUE. Otherwise FALSE.
1117
 */
1117
 */
1118
bool TSystemDraw::evaluateName(const std::vector<std::string>& parts, const std::string& name)
1118
bool TSystemDraw::evaluateName(const std::vector<std::string>& parts, const std::string& name)
1119
{
1119
{
1120
    DECL_TRACER("TSystemDraw::evaluateName(const std::vector<std::string>& parts, const std::string& name)");
1120
//    DECL_TRACER("TSystemDraw::evaluateName(const std::vector<std::string>& parts, const std::string& name)");
1121
 
1121
 
1122
    if (parts.empty())
1122
    if (parts.empty())
1123
        return false;
1123
        return false;
1124
 
1124
 
1125
    size_t found = 0;
1125
    size_t found = 0;