#include "LinkedList.h" void util::LinkedList::destory() { delete this; } util::LinkedList::~LinkedList() { }