Ignore:
Timestamp:
24/02/2010 19:23:14 (2 years ago)
Author:
chris
Message:

Add notification about uploading new file attributes.

Add check for changing file creation times on Windows, to cause the
attributes to be uploaded again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupd/BackupDaemonInterface.h

    r2414 r2633  
    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.