Changeset 22

Show
Ignore:
Timestamp:
11/03/07 18:02:48 (10 months ago)
Author:
dmajnem2
Message:

directory_name -> directory_path

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vowfs/dir.hxx

    r21 r22  
    1414                int parent_dir_id; 
    1515 
    16                 string directory_name
     16                string directory_path
    1717                 
    1818                long start_time; 
     
    5050                } 
    5151 
    52                 string directoryName(){ 
    53                         return directory_name
     52                string directoryPath(){ 
     53                        return directory_path
    5454                } 
    5555 
  • vowfs/file.hxx

    r21 r22  
    2323                 
    2424                string file_name; 
    25                 string directory_name
     25                string directory_path
    2626                 
    2727                long start_time;