src/node/packetbb.h
2009-11-12 replace RefCountBase with SimpleRefCount<> to avoid duplicate refcounting implementations.
2009-09-24 PacketBB: Tidy up some memory leaks.
2009-09-18 Fix some doxygen warnings revealed by WARN_NO_PARAMDOC=YES in doc/doxygen.conf.
2009-09-13 gcc 3.4 complained about virtual methods without virtual destructor
2009-09-11 PacketBB: Typo in comment.
2009-09-11 PacketBB: A bit more documentation.
2009-09-11 PacketBB: Removed unnecessary forward declarations.
2009-09-11 PacketBB: Moved from src/contrib to src/node.