trunk/branch integration: documentation

This commit is contained in:
Marian Krivos 2011-08-23 06:45:37 +00:00
parent d54be1606b
commit b318ae67d6

View File

@ -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
@ -50,7 +50,7 @@ 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():
@ -111,4 +111,4 @@ private:
} // namespace Poco } // namespace Poco
#endif #endif // Foundation_ExpirationDecorator_INCLUDED