softwarecontainer
0.18.0-739e8d7 2017-05-04
|
Public Member Functions | |
MountCleanUpHandler (const std::string &path) | |
bool | clean () override |
const std::string | queryName () override |
queryName is needed to query member name yet its full functionality is not needed for this class. More... | |
Data Fields | |
std::string | m_path |
Protected Member Functions | |
LOG_DECLARE_CLASS_CONTEXT ("CLEA","Cleanup handler") | |
Definition at line 26 of file mountcleanuphandler.h.
|
overridevirtual |
queryName is needed to query member name yet its full functionality is not needed for this class.
Since no directory removal operation occurs within MountCleanUpHandler, it is irrelevant when the code checks whether the directory is in the list or not since the purpose of this function is to be used for cleaning path.
Implements softwarecontainer::CleanUpHandler.
Definition at line 47 of file mountcleanuphandler.cpp.