Aegis  4.25.D505
Public Member Functions | Private Member Functions | Private Attributes
undo_item_rmdir_bg Class Reference

#include <rmdir_bg.h>

Inheritance diagram for undo_item_rmdir_bg:
undo_item

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_bgoperator= (const undo_item_rmdir_bg &)

Private Attributes

nstring path

Detailed Description

The undo_item_rmdir_bg class is used to represent an (rm -r &) action to be performed in the event of an error. Errors are ignored.

Definition at line 31 of file rmdir_bg.h.


Constructor & Destructor Documentation

The destructor.

The constructor.

The default constructor. Do not use.

The copy constructor. Do not use.


Member Function Documentation

void undo_item_rmdir_bg::action ( ) [virtual]

The action method is used to perform the undo action.

Implements undo_item.

undo_item_rmdir_bg& undo_item_rmdir_bg::operator= ( const undo_item_rmdir_bg ) [private]

The assignment operator. Do not use.

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.


Field Documentation

Definition at line 52 of file rmdir_bg.h.


The documentation for this class was generated from the following file: