Reformatted
This commit is contained in:
parent
06917b836b
commit
267f92763e
6 changed files with 31 additions and 30 deletions
|
|
@ -124,10 +124,10 @@ Manager::createManagedSequence(std::string sequenceName, uint32_t queueIndex)
|
|||
|
||||
if (sequenceName.empty()) {
|
||||
this->mCurrentSequenceIndex++;
|
||||
this->mManagedSequences.insert({ KP_DEFAULT_SESSION + std::to_string(this->mCurrentSequenceIndex), sq });
|
||||
}
|
||||
else
|
||||
{
|
||||
this->mManagedSequences.insert(
|
||||
{ KP_DEFAULT_SESSION + std::to_string(this->mCurrentSequenceIndex),
|
||||
sq });
|
||||
} else {
|
||||
// TODO: Check if sequence doens't already exist
|
||||
this->mManagedSequences.insert({ sequenceName, sq });
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue