Home
last modified time | relevance | path

Searched refs:clsPath (Results 1 – 1 of 1) sorted by relevance

/trunk/main/xmerge/source/activesync/
H A DXMergeFilter.cpp452 std::string clsPath; in GetXMergeClassPath() local
477 clsPath += szTmpPath; in GetXMergeClassPath()
478 clsPath += ";"; in GetXMergeClassPath()
493 clsPath += szTmpPath; in GetXMergeClassPath()
494 clsPath += ";"; in GetXMergeClassPath()
508 clsPath += szTmpPath; in GetXMergeClassPath()
509 clsPath += ";"; in GetXMergeClassPath()
513 clsPath.insert(0, "\""); in GetXMergeClassPath()
514 clsPath += "\""; in GetXMergeClassPath()
518 return _strdup(clsPath.c_str()); in GetXMergeClassPath()

Completed in 12 milliseconds