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/bin/bbackupd/BackupDaemonInterface.h

    r2414 r2663  
    124124                const BackupClientDirectoryRecord* pDirRecord, 
    125125                const std::string& rLocalPath) = 0; 
     126        virtual void NotifyFileUploadingAttributes( 
     127                const BackupClientDirectoryRecord* pDirRecord, 
     128                const std::string& rLocalPath) = 0; 
    126129        virtual void NotifyFileUploaded( 
    127130                const BackupClientDirectoryRecord* pDirRecord, 
Note: See TracChangeset for help on using the changeset viewer.