Formattign
This commit is contained in:
@@ -88,11 +88,14 @@ public:
|
||||
|
||||
/**
|
||||
* @brief Remove a continuation from the acquisition history
|
||||
* @param continuation Shared pointer to the AsynchronousContinuationChainLink
|
||||
* to remove
|
||||
*
|
||||
* @param continuation Shared pointer to the
|
||||
* AsynchronousContinuationChainLink to remove
|
||||
* @return true if the continuation was found and removed, false if not found
|
||||
*/
|
||||
bool remove(std::shared_ptr<AsynchronousContinuationChainLink> &continuation)
|
||||
bool remove(
|
||||
std::shared_ptr<AsynchronousContinuationChainLink> &continuation
|
||||
)
|
||||
{
|
||||
auto it = acquisitionHistory.find(continuation);
|
||||
if (it != acquisitionHistory.end()) {
|
||||
|
||||
Reference in New Issue
Block a user