* 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:
Tatsuhiro Tsujikawa 2006-02-28 02:25:45 +00:00
parent 87a229cab1
commit 20ba8c707a
26 changed files with 101 additions and 15 deletions

View file

@ -22,6 +22,7 @@
#ifndef _BASE64_H_
#define _BASE64_H_
#include <string>
#include "common.h"
using namespace std;
class Base64