Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/PluginUtil.h

Issue 29332057: Issue #1234 - Replace CString in the traverser (Closed)
Patch Set: documentUrl arguments Created Dec. 14, 2015, 1:25 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/plugin/PluginDomTraverserBase.h ('k') | src/plugin/PluginUtil.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginUtil.h
===================================================================
--- a/src/plugin/PluginUtil.h
+++ b/src/plugin/PluginUtil.h
@@ -30,3 +30,9 @@
{
return 0 == s.compare(0, N - 1, beginning);
}
+
+/**
+ * Return a lower-case version of the argument string.
+ * Current version uses 'CString::MakeLower()' to preserve legacy behavior during refactoring.
+ */
+std::wstring ToLowerString(const std::wstring& s);
« no previous file with comments | « src/plugin/PluginDomTraverserBase.h ('k') | src/plugin/PluginUtil.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld