mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
* Util.{h,cc}: added startsWith().
* CookieBox.cc: rewrited criteriaFind() using Util::startsWith() and Util::endsWith(). * SocketCore.cc: struct addrinfo is now zero-initialized. * common.h: added #include directive of limit.h. * DownloadEngine.cc: added #include directive of sys/time.h and algorithm. * Exception.h: added #include directive of stdio.h. * AbstractCommand.h: added #include directive of sys/time.h. * DownloadCommand.h: added #include directive of sys/time.h. * *.h: added #include directive of common.h to all base classes. subclasses' one was removed.
This commit is contained in:
parent
87a229cab1
commit
20ba8c707a
26 changed files with 101 additions and 15 deletions
|
@ -22,6 +22,7 @@
|
|||
#ifndef _BASE64_H_
|
||||
#define _BASE64_H_
|
||||
#include <string>
|
||||
#include "common.h"
|
||||
using namespace std;
|
||||
|
||||
class Base64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue