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(TBoolaInclude,
const TFileName &aName
)[inline]

Constructor

Parameters

TBool aIncludeETrue if the file or directory is to be included, EFalse for exclusion
const TFileName & aNameThe 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)