Untested ETag cache class.

Yep.
This commit is contained in:
Petr Mrázek
2013-09-06 21:58:51 +02:00
parent d587e7ada4
commit 634e22298b
4 changed files with 174 additions and 8 deletions

View File

@ -184,6 +184,7 @@ logic/ModList.h
# network stuffs
logic/net/DownloadJob.h
logic/net/NetWorker.h
logic/net/HttpMetaCache.h
# legacy instances
logic/LegacyInstance.h
@ -251,6 +252,7 @@ logic/ModList.cpp
# network stuffs - to be moved into a depend lib ~_~
logic/net/NetWorker.cpp
logic/net/DownloadJob.cpp
logic/net/HttpMetaCache.cpp
# legacy instances
logic/LegacyInstance.cpp