18#if !defined(_LOG4CXX_ROLLING_FILE_RENAME_ACTION_H)
19#define _LOG4CXX_ROLLING_FILE_RENAME_ACTION_H
32 struct FileRenameActionPrivate;
45 bool renameEmptyFile);
An abstract representation of file and directory path names.
Definition file.h:41
Definition filerenameaction.h:31
bool execute(log4cxx::helpers::Pool &pool) const override
Perform action.
FileRenameAction(const File &toRename, const File &renameTo, bool renameEmptyFile)
Constructor.
Definition propertysetter.h:27
#define LOG4CXX_CAST_ENTRY(Interface)
Definition object.h:154
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition object.h:37
#define END_LOG4CXX_CAST_MAP()
Definition object.h:148
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition object.h:160
#define BEGIN_LOG4CXX_CAST_MAP()
Definition object.h:142