mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-18 08:22:37 +01:00
made UniqueExpireStrategies member protected
This commit is contained in:
parent
1e10c31a18
commit
9381a34928
@ -1,7 +1,7 @@
|
||||
//
|
||||
// UniqueExpireStrategy.h
|
||||
//
|
||||
// $Id: //poco/Main/Foundation/include/Poco/UniqueExpireStrategy.h#2 $
|
||||
// $Id: //poco/Main/Foundation/include/Poco/UniqueExpireStrategy.h#3 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Cache
|
||||
@ -146,7 +146,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
private:
|
||||
protected:
|
||||
Keys _keys; /// For faster replacement of keys, the iterator points to the _keyIndex map
|
||||
TimeIndex _keyIndex; /// Maps time to key value
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user