Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(540)

Unified Diff: lib/ErrorSupport_h.template

Issue 2723583004: Add const char* overloads to ErrorSupport (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/ErrorSupport_cpp.template ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/ErrorSupport_h.template
diff --git a/lib/ErrorSupport_h.template b/lib/ErrorSupport_h.template
index 0c98e3e0ebcd00474c192674351509973577d985..083f2a5eb0d4d3fddb16ca49b9327221b790ad6d 100644
--- a/lib/ErrorSupport_h.template
+++ b/lib/ErrorSupport_h.template
@@ -17,8 +17,10 @@ public:
~ErrorSupport();
void push();
+ void setName(const char*);
void setName(const String&);
void pop();
+ void addError(const char*);
void addError(const String&);
bool hasErrors();
String errors();
« no previous file with comments | « lib/ErrorSupport_cpp.template ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698