mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
FileChannel: added "none" to the PURGE_AGE and PURGE_COUNT
This commit is contained in:
@@ -72,9 +72,14 @@ public:
|
||||
static CppUnit::Test* suite();
|
||||
|
||||
private:
|
||||
template <class D> std::string rotation(TimeRotation rtype) const;
|
||||
void remove(const std::string& baseName);
|
||||
std::string filename() const;
|
||||
template <class D> std::string rotation(TimeRotation rtype) const;
|
||||
void remove(const std::string& baseName);
|
||||
std::string filename() const;
|
||||
|
||||
void purgeAge(const std::string& purgeAge);
|
||||
void noPurgeAge(const std::string& purgeAge);
|
||||
void purgeCount(const std::string& pc);
|
||||
void noPurgeCount(const std::string& pc);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user