]> git.ipfire.org Git - thirdparty/squid.git/commit
SourceLayout: src/base, take 1 -- moved remaining Async* files to src/base/
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 9 Apr 2009 22:31:13 +0000 (16:31 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 9 Apr 2009 22:31:13 +0000 (16:31 -0600)
commit882255af230614b7d4ce4a4003626b8f6cbfee3c
tree0985bb148ba410fa88767e29dfa6a88349c1a8a0
parentc1663ad1cf497e228d30355940d0c545cd477199
SourceLayout: src/base, take 1 -- moved remaining Async* files to src/base/
19 files changed:
src/BodyPipe.h
src/CommCalls.h
src/EventLoop.cc
src/Makefile.am
src/adaptation/Config.h
src/adaptation/Initiate.h
src/adaptation/icap/Config.h
src/base/AsyncCall.cc [moved from src/AsyncCall.cc with 96% similarity]
src/base/AsyncCall.h [moved from src/AsyncCall.h with 100% similarity]
src/base/AsyncCallQueue.cc [moved from src/AsyncCallQueue.cc with 95% similarity]
src/base/AsyncCallQueue.h [moved from src/AsyncCallQueue.h with 96% similarity]
src/base/AsyncCalls.dox [moved from src/AsyncCalls.dox with 100% similarity]
src/base/AsyncJob.cc
src/base/AsyncJob.h
src/base/AsyncJobCalls.h [moved from src/AsyncJobCalls.h with 100% similarity]
src/base/Makefile.am
src/comm.h
src/tests/testEvent.cc
src/tests/testEventLoop.cc