| 112 | } |
| 113 | |
| 114 | int StorageManager::GetFile(vector<string> *checkpointfiles) { |
| 115 | return checkpoint_manager_->GetFile(checkpointfiles); |
| 116 | } |
| 117 | |
| 118 | int StorageManager::LoadCheckpointFiles(const string &sCheckpointTmpFileDirPath) { |
| 119 | return checkpoint_manager_->LoadCheckpointFiles(sCheckpointTmpFileDirPath); |