conn::TRestoreFileFilter Class Reference

class conn::TRestoreFileFilter

TRestoreFileFilter packages up a file or directory name and an include or exclude flag.

This type is used when telling a client during a restore operation which public files are to be restored for a specific data owner.

Public Member Functions
TRestoreFileFilter ( TBool , const TFileName &)
Public Attributes
TBool iInclude
TFileName iName

Constructor & Destructor Documentation

TRestoreFileFilter(TBool, const TFileName &)

TRestoreFileFilter ( TBool aInclude,
const TFileName & aName
) [inline]

Constructor

Parameters

TBool aInclude ETrue if the file or directory is to be included, EFalse for exclusion
const TFileName & aName The name of the file or directory (directory names end with a slash)

Member Data Documentation

TBool iInclude

TBool iInclude

ETrue if the file or directory is to be included, EFalse for exclusion

TFileName iName

TFileName iName

The name of the file or directory (directory names end with a slash)