From deff2724358282519316aa075479cda94d03a215 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 27 Feb 2008 10:59:32 +0000 Subject: [PATCH] 2008-02-27 Tatsuhiro Tsujikawa Removed RequestInfo.h and FileAllocator.h since they have been removed. * src/Makefile.am * src/Makefile.in --- ChangeLog | 6 ++++++ src/Makefile.am | 2 -- src/Makefile.in | 54 ++++++++++++++++++++++++------------------------- 3 files changed, 32 insertions(+), 30 deletions(-) diff --git a/ChangeLog b/ChangeLog index af8e9798..68ea8786 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-02-27 Tatsuhiro Tsujikawa + + Removed RequestInfo.h and FileAllocator.h since they have been removed. + * src/Makefile.am + * src/Makefile.in + 2008-02-26 Tatsuhiro Tsujikawa Updated README. Added html version of README and man page. diff --git a/src/Makefile.am b/src/Makefile.am index 82e2b8a3..e9ad60c2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -56,14 +56,12 @@ SRCS = Socket.h\ HandleRegistry.h\ FeatureConfig.cc FeatureConfig.h\ DownloadEngineFactory.cc DownloadEngineFactory.h\ - RequestInfo.h\ SpeedCalc.cc SpeedCalc.h\ PeerStat.h\ BitfieldMan.cc BitfieldMan.h\ BitfieldManFactory.cc BitfieldManFactory.h\ Randomizer.h\ SimpleRandomizer.cc SimpleRandomizer.h\ - FileAllocator.h\ HttpResponse.cc HttpResponse.h\ HttpRequest.cc HttpRequest.h\ Range.h\ diff --git a/src/Makefile.in b/src/Makefile.in index cfff1640..3141ca19 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -293,20 +293,19 @@ am__libaria2c_a_SOURCES_DIST = Socket.h SocketCore.cc SocketCore.h \ Base64.cc CookieBox.cc CookieBox.h LogFactory.cc LogFactory.h \ NullLogger.h TimeA2.cc TimeA2.h SharedHandle.h \ HandleRegistry.h FeatureConfig.cc FeatureConfig.h \ - DownloadEngineFactory.cc DownloadEngineFactory.h RequestInfo.h \ - SpeedCalc.cc SpeedCalc.h PeerStat.h BitfieldMan.cc \ - BitfieldMan.h BitfieldManFactory.cc BitfieldManFactory.h \ - Randomizer.h SimpleRandomizer.cc SimpleRandomizer.h \ - FileAllocator.h HttpResponse.cc HttpResponse.h HttpRequest.cc \ - HttpRequest.h Range.h AbstractProxyRequestCommand.cc \ - AbstractProxyRequestCommand.h AbstractProxyResponseCommand.cc \ - AbstractProxyResponseCommand.h Netrc.cc Netrc.h AuthConfig.cc \ - AuthConfig.h AuthResolver.h AbstractAuthResolver.cc \ - DefaultAuthResolver.cc DefaultAuthResolver.h \ - NetrcAuthResolver.cc NetrcAuthResolver.h AuthConfigFactory.cc \ - AuthConfigFactory.h OptionParser.cc OptionParser.h \ - OptionHandlerFactory.cc OptionHandlerFactory.h NameResolver.cc \ - NameResolver.h RequestGroup.cc RequestGroup.h \ + DownloadEngineFactory.cc DownloadEngineFactory.h SpeedCalc.cc \ + SpeedCalc.h PeerStat.h BitfieldMan.cc BitfieldMan.h \ + BitfieldManFactory.cc BitfieldManFactory.h Randomizer.h \ + SimpleRandomizer.cc SimpleRandomizer.h HttpResponse.cc \ + HttpResponse.h HttpRequest.cc HttpRequest.h Range.h \ + AbstractProxyRequestCommand.cc AbstractProxyRequestCommand.h \ + AbstractProxyResponseCommand.cc AbstractProxyResponseCommand.h \ + Netrc.cc Netrc.h AuthConfig.cc AuthConfig.h AuthResolver.h \ + AbstractAuthResolver.cc DefaultAuthResolver.cc \ + DefaultAuthResolver.h NetrcAuthResolver.cc NetrcAuthResolver.h \ + AuthConfigFactory.cc AuthConfigFactory.h OptionParser.cc \ + OptionParser.h OptionHandlerFactory.cc OptionHandlerFactory.h \ + NameResolver.cc NameResolver.h RequestGroup.cc RequestGroup.h \ RequestGroupAware.cc RequestGroupAware.h RequestGroupMan.cc \ RequestGroupMan.h FileAllocationMan.cc FileAllocationMan.h \ FileAllocationCommand.cc FileAllocationCommand.h \ @@ -944,20 +943,19 @@ SRCS = Socket.h SocketCore.cc SocketCore.h Command.cc Command.h \ Base64.cc CookieBox.cc CookieBox.h LogFactory.cc LogFactory.h \ NullLogger.h TimeA2.cc TimeA2.h SharedHandle.h \ HandleRegistry.h FeatureConfig.cc FeatureConfig.h \ - DownloadEngineFactory.cc DownloadEngineFactory.h RequestInfo.h \ - SpeedCalc.cc SpeedCalc.h PeerStat.h BitfieldMan.cc \ - BitfieldMan.h BitfieldManFactory.cc BitfieldManFactory.h \ - Randomizer.h SimpleRandomizer.cc SimpleRandomizer.h \ - FileAllocator.h HttpResponse.cc HttpResponse.h HttpRequest.cc \ - HttpRequest.h Range.h AbstractProxyRequestCommand.cc \ - AbstractProxyRequestCommand.h AbstractProxyResponseCommand.cc \ - AbstractProxyResponseCommand.h Netrc.cc Netrc.h AuthConfig.cc \ - AuthConfig.h AuthResolver.h AbstractAuthResolver.cc \ - DefaultAuthResolver.cc DefaultAuthResolver.h \ - NetrcAuthResolver.cc NetrcAuthResolver.h AuthConfigFactory.cc \ - AuthConfigFactory.h OptionParser.cc OptionParser.h \ - OptionHandlerFactory.cc OptionHandlerFactory.h NameResolver.cc \ - NameResolver.h RequestGroup.cc RequestGroup.h \ + DownloadEngineFactory.cc DownloadEngineFactory.h SpeedCalc.cc \ + SpeedCalc.h PeerStat.h BitfieldMan.cc BitfieldMan.h \ + BitfieldManFactory.cc BitfieldManFactory.h Randomizer.h \ + SimpleRandomizer.cc SimpleRandomizer.h HttpResponse.cc \ + HttpResponse.h HttpRequest.cc HttpRequest.h Range.h \ + AbstractProxyRequestCommand.cc AbstractProxyRequestCommand.h \ + AbstractProxyResponseCommand.cc AbstractProxyResponseCommand.h \ + Netrc.cc Netrc.h AuthConfig.cc AuthConfig.h AuthResolver.h \ + AbstractAuthResolver.cc DefaultAuthResolver.cc \ + DefaultAuthResolver.h NetrcAuthResolver.cc NetrcAuthResolver.h \ + AuthConfigFactory.cc AuthConfigFactory.h OptionParser.cc \ + OptionParser.h OptionHandlerFactory.cc OptionHandlerFactory.h \ + NameResolver.cc NameResolver.h RequestGroup.cc RequestGroup.h \ RequestGroupAware.cc RequestGroupAware.h RequestGroupMan.cc \ RequestGroupMan.h FileAllocationMan.cc FileAllocationMan.h \ FileAllocationCommand.cc FileAllocationCommand.h \