Use CXX11_OVERRIDE

This commit is contained in:
Tatsuhiro Tsujikawa 2013-07-06 18:15:09 +09:00
parent 5c4f97b8a9
commit 81f46fbf92
274 changed files with 1640 additions and 1375 deletions

View file

@ -47,7 +47,7 @@ namespace aria2 {
struct HttpRequestConnectChain : public ControlChain<ConnectCommand*> {
HttpRequestConnectChain() {}
virtual ~HttpRequestConnectChain() {}
virtual int run(ConnectCommand* t, DownloadEngine* e)
virtual int run(ConnectCommand* t, DownloadEngine* e) CXX11_OVERRIDE
{
std::shared_ptr<SocketRecvBuffer> socketRecvBuffer
(new SocketRecvBuffer(t->getSocket()));