Ignore:
Timestamp:
08/03/2010 22:00:55 (2 years ago)
Author:
chris
Message:

Merge [2604] [2612] [2613] [2614] [2618] [2633] [2634] [2635] [2636]
from trunk into 0.11rc7. Fix updating of changed file attributes
(creation time) on Windows, fixes #64 in 0.11rc7.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/RELEASE/0.11rc7/lib/backupclient/BackupClientFileAttributes.h

    r2460 r2663  
    4848        void WriteAttributes(const char *Filename,  
    4949                bool MakeUserWritable = false) const; 
    50  
     50        void GetModificationTimes(box_time_t *pModificationTime, 
     51                box_time_t *pAttrModificationTime) const; 
     52         
    5153        bool IsSymLink() const; 
    5254 
Note: See TracChangeset for help on using the changeset viewer.