mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
trunk/branch integration: source indentation
This commit is contained in:
@@ -91,4 +91,5 @@ private:
|
|||||||
|
|
||||||
} // namespace Poco
|
} // namespace Poco
|
||||||
|
|
||||||
#endif
|
|
||||||
|
#endif // Foundation_UniqueAccessExpireCache_INCLUDED
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//
|
//
|
||||||
// UniqueAccessExpireLRUCache.h
|
// UniqueAccessExpireLRUCache.h
|
||||||
//
|
//
|
||||||
// $Id: //poco/svn/Foundation/include/Poco/UniqueAccessExpireLRUCache.h#2 $
|
// $Id: //poco/1.4/Foundation/include/Poco/UniqueAccessExpireLRUCache.h#1 $
|
||||||
//
|
//
|
||||||
// Library: Foundation
|
// Library: Foundation
|
||||||
// Package: Cache
|
// Package: Cache
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//
|
//
|
||||||
// UniqueAccessExpireStrategy.h
|
// UniqueAccessExpireStrategy.h
|
||||||
//
|
//
|
||||||
// $Id: //poco/svn/Foundation/include/Poco/UniqueAccessExpireStrategy.h#3 $
|
// $Id: //poco/1.4/Foundation/include/Poco/UniqueAccessExpireStrategy.h#1 $
|
||||||
//
|
//
|
||||||
// Library: Foundation
|
// Library: Foundation
|
||||||
// Package: Cache
|
// Package: Cache
|
||||||
@@ -39,6 +39,7 @@
|
|||||||
#ifndef Foundation_UniqueAccessExpireStrategy_INCLUDED
|
#ifndef Foundation_UniqueAccessExpireStrategy_INCLUDED
|
||||||
#define Foundation_UniqueAccessExpireStrategy_INCLUDED
|
#define Foundation_UniqueAccessExpireStrategy_INCLUDED
|
||||||
|
|
||||||
|
|
||||||
#include "Poco/KeyValueArgs.h"
|
#include "Poco/KeyValueArgs.h"
|
||||||
#include "Poco/ValidArgs.h"
|
#include "Poco/ValidArgs.h"
|
||||||
#include "Poco/AbstractStrategy.h"
|
#include "Poco/AbstractStrategy.h"
|
||||||
@@ -49,13 +50,11 @@
|
|||||||
#include "Poco/UniqueExpireStrategy.h"
|
#include "Poco/UniqueExpireStrategy.h"
|
||||||
#include <set>
|
#include <set>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
|
|
||||||
namespace Poco {
|
namespace Poco {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
template <
|
template <
|
||||||
class TKey,
|
class TKey,
|
||||||
class TValue
|
class TValue
|
||||||
@@ -175,4 +174,5 @@ protected:
|
|||||||
|
|
||||||
} // namespace Poco
|
} // namespace Poco
|
||||||
|
|
||||||
#endif
|
|
||||||
|
#endif // Foundation_UniqueAccessExpireStrategy_INCLUDED
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//
|
//
|
||||||
// UniqueExpireCache.h
|
// UniqueExpireCache.h
|
||||||
//
|
//
|
||||||
// $Id: //poco/svn/Foundation/include/Poco/UniqueExpireCache.h#2 $
|
// $Id: //poco/1.4/Foundation/include/Poco/UniqueExpireCache.h#1 $
|
||||||
//
|
//
|
||||||
// Library: Foundation
|
// Library: Foundation
|
||||||
// Package: Cache
|
// Package: Cache
|
||||||
@@ -91,4 +91,4 @@ private:
|
|||||||
} // namespace Poco
|
} // namespace Poco
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif // Foundation_UniqueExpireCache_INCLUDED
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//
|
//
|
||||||
// UniqueExpireLRUCache.h
|
// UniqueExpireLRUCache.h
|
||||||
//
|
//
|
||||||
// $Id: //poco/svn/Foundation/include/Poco/UniqueExpireLRUCache.h#2 $
|
// $Id: //poco/1.4/Foundation/include/Poco/UniqueExpireLRUCache.h#1 $
|
||||||
//
|
//
|
||||||
// Library: Foundation
|
// Library: Foundation
|
||||||
// Package: Cache
|
// Package: Cache
|
||||||
@@ -89,4 +89,4 @@ private:
|
|||||||
} // namespace Poco
|
} // namespace Poco
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif // Foundation_UniqueExpireLRUCache_INCLUDED
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//
|
//
|
||||||
// UniqueExpireStrategy.h
|
// UniqueExpireStrategy.h
|
||||||
//
|
//
|
||||||
// $Id: //poco/svn/Foundation/include/Poco/UniqueExpireStrategy.h#3 $
|
// $Id: //poco/1.4/Foundation/include/Poco/UniqueExpireStrategy.h#1 $
|
||||||
//
|
//
|
||||||
// Library: Foundation
|
// Library: Foundation
|
||||||
// Package: Cache
|
// Package: Cache
|
||||||
@@ -157,4 +157,4 @@ protected:
|
|||||||
} // namespace Poco
|
} // namespace Poco
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif // Foundation_UniqueExpireStrategy_INCLUDED
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//
|
//
|
||||||
// ValidArgs.h
|
// ValidArgs.h
|
||||||
//
|
//
|
||||||
// $Id: //poco/svn/Foundation/include/Poco/ValidArgs.h#2 $
|
// $Id: //poco/1.4/Foundation/include/Poco/ValidArgs.h#1 $
|
||||||
//
|
//
|
||||||
// Library: Foundation
|
// Library: Foundation
|
||||||
// Package: Cache
|
// Package: Cache
|
||||||
@@ -93,4 +93,4 @@ private:
|
|||||||
} // namespace Poco
|
} // namespace Poco
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif // Foundation_ValidArgs_INCLUDED
|
||||||
|
|||||||
Reference in New Issue
Block a user