mirror of
https://github.com/aria2/aria2.git
synced 2025-04-06 05:57:36 +03:00
Use CXX11_OVERRIDE
This commit is contained in:
parent
5c4f97b8a9
commit
81f46fbf92
274 changed files with 1640 additions and 1375 deletions
|
@ -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()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue