-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructured ObjectPool to satisfy AutoPacket (or any other object) l…
…ifecycle contract. Presently, AutoFilterTest hangs. - The first call on any issued AutoPacket is Initialize() and last call is Finalize(). - The internal store of objects is now a vector of unique_ptr objects. This avoids calling m_final incorrectly and allows the release() method to be used when issuing objects. - Move assignment between object pools now swaps pools instead of copying.
- Loading branch information
1 parent
441a2f9
commit 6192549
Showing
1 changed file
with
25 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters