I do not understand the point in this separate class.

     26   The point of this class is to hide from bufferlist what kind
     27   of structure the buffers are stored in. Should be no concern
for
     28   bufferlist if the buffers is in a array or in a linked list.

Isn't this the whole idea of doing something like :

        typedef std::vector<Buffer *> BufferStorage;

instead ?

It just looks like a lot of extra silly code. I see this is very old
code, back in klyx days it made sense due to using an explicit array

regards
john


-- 
"Lots of companies would love to be in our hole."
        - Scott McNealy

Reply via email to