Changeset 2319


Ignore:
Timestamp:
04/10/2008 00:23:30 (3 years ago)
Author:
chris
Message:

Reformat comments for readability.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupd/BackupClientDirectoryRecord.cpp

    r2315 r2319  
    949949                        if(!rContext.StorageLimitExceeded()) 
    950950                        { 
    951                                 // Upload the file to the server, recording the object ID it returns 
    952                                 bool noPreviousVersionOnServer = ((pDirOnStore != 0) && (en == 0)); 
     951                                // Upload the file to the server, recording the 
     952                                // object ID it returns 
     953                                bool noPreviousVersionOnServer =  
     954                                        ((pDirOnStore != 0) && (en == 0)); 
    953955                                 
    954                                 // Surround this in a try/catch block, to catch errrors, but still continue 
     956                                // Surround this in a try/catch block, to 
     957                                // catch errors, but still continue 
    955958                                bool uploadSuccess = false; 
    956959                                try 
    957960                                { 
    958                                         latestObjectID = UploadFile(rParams, filename, storeFilename, fileSize, modTime, attributesHash, noPreviousVersionOnServer); 
     961                                        latestObjectID = UploadFile(rParams, 
     962                                                filename, storeFilename, 
     963                                                fileSize, modTime, 
     964                                                attributesHash, 
     965                                                noPreviousVersionOnServer); 
     966 
    959967                                        if (latestObjectID == 0) 
    960968                                        { 
Note: See TracChangeset for help on using the changeset viewer.