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

Side by Side Diff: src/DefaultErrorCallback.cpp

Issue 10310030: Convert references to FileSystem & Co. into shared pointers (avoid use after free) (Closed)
Patch Set: Created April 18, 2013, 11:59 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #include <iostream>
2 #include <AdblockPlus/DefaultErrorCallback.h>
3
4 void AdblockPlus::DefaultErrorCallback::operator()(const std::string& message)
5 {
6 std::cerr << "Error: " << message << std::endl;
7 }
OLDNEW
« no previous file with comments | « src/ConsoleJsObject.cpp ('k') | src/DefaultWebRequestCurl.cpp » ('j') | src/JsEngine.cpp » ('J')

Powered by Google App Engine
This is Rietveld