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