mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 00:07:59 +02:00
trunk/branch integration: documentation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// ExpirationDecorator.h
|
||||
//
|
||||
// $Id: //poco/svn/Foundation/include/Poco/ExpirationDecorator.h#2 $
|
||||
// $Id: //poco/1.4/Foundation/include/Poco/ExpirationDecorator.h#1 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Events
|
||||
@@ -50,7 +50,7 @@ namespace Poco {
|
||||
template <typename TArgs>
|
||||
class ExpirationDecorator
|
||||
/// ExpirationDecorator adds an expiration method to values so that they can be used
|
||||
/// with the UniqueExpireCache
|
||||
/// with the UniqueExpireCache.
|
||||
{
|
||||
public:
|
||||
ExpirationDecorator():
|
||||
@@ -111,4 +111,4 @@ private:
|
||||
} // namespace Poco
|
||||
|
||||
|
||||
#endif
|
||||
#endif // Foundation_ExpirationDecorator_INCLUDED
|
||||
|
Reference in New Issue
Block a user