Changeset 22
- Timestamp:
- 11/03/07 18:02:48 (10 months ago)
- Files:
-
- vowfs/dir.hxx (modified) (2 diffs)
- vowfs/file.hxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vowfs/dir.hxx
r21 r22 14 14 int parent_dir_id; 15 15 16 string directory_ name;16 string directory_path; 17 17 18 18 long start_time; … … 50 50 } 51 51 52 string directory Name(){53 return directory_ name;52 string directoryPath(){ 53 return directory_path; 54 54 } 55 55 vowfs/file.hxx
r21 r22 23 23 24 24 string file_name; 25 string directory_ name;25 string directory_path; 26 26 27 27 long start_time;
