-
Enhancement
-
Resolution: Fixed
-
P4
-
13
-
b02
-
generic
-
generic
The PtrQueueSet completed buffer list data members are protected, to permit direct access by derived classes. That isn't really necessary; with an appropriate API the data members could be private. Also, there's significant blocks of (near) character-identical code for manipulating the list in the existing subclasses.