For PR1291:

Implement the PathWithStatus class and its use throughout lib/System.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35742 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer
2007-04-07 18:52:17 +00:00
parent e9ed4452bc
commit 2ae9d11b7c
5 changed files with 157 additions and 89 deletions

View File

@@ -152,7 +152,7 @@ namespace sys {
/// @name Data
/// @{
private:
sys::Path path_; ///< Path to the file.
sys::PathWithStatus path_; ///< Path to the file.
int options_; ///< Options used to create the mapping
void* base_; ///< Pointer to the base memory address
mutable MappedFileInfo* info_; ///< Platform specific info for the mapping