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