- Timestamp:
- May 5, 2016, 5:14:19 PM (10 years ago)
- Children:
- 35e83a
- Parents:
- 8c076a
- git-author:
- Frederik Heber <heber@…> (05/05/16 13:54:14)
- git-committer:
- Frederik Heber <heber@…> (05/05/16 17:14:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/FragmentationAction/ClearFragmentationResultsAction.cpp
r8c076a r4a33f6 51 51 ActionState::ptr FragmentationClearFragmentationResultsAction::performCall() { 52 52 53 FragmentationResultContainer::getInstance().clear(); 53 { 54 AtomicInstance<FragmentationResultContainer> container = FragmentationResultContainer::getLockedInstance(); 55 (*container).clear(); 56 } 54 57 55 if (FragmentationResultContainer::get Instance().getShortRangeResults().empty()) {58 if (FragmentationResultContainer::getConstInstance().getShortRangeResults().empty()) { 56 59 LOG(1, "STATUS: Fragmentation results cleared."); 57 60 return Action::success;
Note:
See TracChangeset
for help on using the changeset viewer.
