#include <rmdir_bg.h>
Public Member Functions | |
virtual | ~undo_item_rmdir_bg () |
undo_item_rmdir_bg (const nstring &path) | |
void | action () |
void | unfinished () |
Private Member Functions | |
undo_item_rmdir_bg () | |
undo_item_rmdir_bg (const undo_item_rmdir_bg &) | |
undo_item_rmdir_bg & | operator= (const undo_item_rmdir_bg &) |
Private Attributes | |
nstring | path |
Definition at line 31 of file rmdir_bg.h.
virtual undo_item_rmdir_bg::~undo_item_rmdir_bg | ( | ) | [virtual] |
The destructor.
undo_item_rmdir_bg::undo_item_rmdir_bg | ( | const nstring & | path | ) |
The constructor.
undo_item_rmdir_bg::undo_item_rmdir_bg | ( | ) | [private] |
The default constructor. Do not use.
undo_item_rmdir_bg::undo_item_rmdir_bg | ( | const undo_item_rmdir_bg & | ) | [private] |
The copy constructor. Do not use.
void undo_item_rmdir_bg::action | ( | ) | [virtual] |
The action method is used to perform the undo action.
Implements undo_item.
void undo_item_rmdir_bg::unfinished | ( | ) | [virtual] |
The unfinished method is used to print a warning about unfinished undo action. This happens when there is an undo error. The default action says nothing.
Implements undo_item.
undo_item_rmdir_bg& undo_item_rmdir_bg::operator= | ( | const undo_item_rmdir_bg & | ) | [private] |
The assignment operator. Do not use.
nstring undo_item_rmdir_bg::path [private] |
Definition at line 52 of file rmdir_bg.h.