Changeset 2703
- Timestamp:
- 27/08/2010 10:19:45 (18 months ago)
- File:
-
- 1 edited
-
box/trunk/lib/backupstore/BackupStoreAccounts.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/backupstore/BackupStoreAccounts.cpp
r2534 r2703 56 56 // Name: BackupStoreAccounts::Create(int32_t, int, int64_t, int64_t, const std::string &) 57 57 // Purpose: Create a new account on the specified disc set. 58 // If rAsUsername is not empty, then the account information will be written under the59 // username specified.58 // If rAsUsername is not empty, then the account information will be written under the 59 // username specified. 60 60 // Created: 2003/08/21 61 61 // … … 103 103 info->ChangeBlocksUsed(rootDirSize); 104 104 info->ChangeBlocksInDirectories(rootDirSize); 105 info->AdjustNumDirectories(1); 105 106 106 107 // Save it back
Note: See TracChangeset
for help on using the changeset viewer.
