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/BackupDaemon.h

    r2413 r2663  
    445445                }  
    446446        } 
     447        virtual void NotifyFileUploadingAttributes( 
     448                const BackupClientDirectoryRecord* pDirRecord, 
     449                const std::string& rLocalPath)  
     450        { 
     451                if (mLogAllFileAccess) 
     452                { 
     453                        BOX_NOTICE("Uploading new file attributes: " <<  
     454                                rLocalPath); 
     455                }  
     456        } 
    447457        virtual void NotifyFileUploaded( 
    448458                const BackupClientDirectoryRecord* pDirRecord, 
Note: See TracChangeset for help on using the changeset viewer.