void setNext(AsyncCall::Pointer aNext)
RefCount< AsyncCall > AsyncCallPointer
AsyncCallPointer head
the earliest still-stored call (or nil)
AsyncCallPointer tail
the latest still-stored call (or nil)
size_t length
the number of currently stored calls
#define Assure(condition)
void add(const AsyncCallPointer &)
stores the given async call
AsyncCall::Pointer & Next()
AsyncCallPointer extract()