mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 06:17:15 +01:00
trunk/branch integration: documentation
This commit is contained in:
parent
d54be1606b
commit
b318ae67d6
@ -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
|
||||
@ -36,8 +36,8 @@
|
||||
//
|
||||
|
||||
|
||||
#ifndef Foundation_ExpirationDecorator_INCLUDED
|
||||
#define Foundation_ExpirationDecorator_INCLUDED
|
||||
#ifndef Foundation_ExpirationDecorator_INCLUDED
|
||||
#define Foundation_ExpirationDecorator_INCLUDED
|
||||
|
||||
|
||||
#include "Poco/Timestamp.h"
|
||||
@ -49,11 +49,11 @@ namespace Poco {
|
||||
|
||||
template <typename TArgs>
|
||||
class ExpirationDecorator
|
||||
/// ExpirationDecorator adds an expiration method to values so that they can be used
|
||||
/// with the UniqueExpireCache
|
||||
/// ExpirationDecorator adds an expiration method to values so that they can be used
|
||||
/// with the UniqueExpireCache.
|
||||
{
|
||||
public:
|
||||
ExpirationDecorator():
|
||||
ExpirationDecorator():
|
||||
_value(),
|
||||
_expiresAt()
|
||||
{
|
||||
@ -111,4 +111,4 @@ private:
|
||||
} // namespace Poco
|
||||
|
||||
|
||||
#endif
|
||||
#endif // Foundation_ExpirationDecorator_INCLUDED
|
||||
|
Loading…
x
Reference in New Issue
Block a user