latest changes from main repository

This commit is contained in:
Guenter Obiltschnig
2007-04-25 14:32:55 +00:00
parent 3e46ab332b
commit ba1384e12d
23 changed files with 344 additions and 134 deletions

View File

@@ -1,7 +1,7 @@
//
// AbstractCache.h
//
// $Id: //poco/Main/Foundation/include/Poco/AbstractCache.h#13 $
// $Id: //poco/Main/Foundation/include/Poco/AbstractCache.h#14 $
//
// Library: Foundation
// Package: Cache
@@ -50,6 +50,7 @@
#include "Poco/SharedPtr.h"
#include <map>
#include <set>
#include <cstddef>
namespace Poco {