Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 61 of file sampledLine.cc.
{ sampledLine *temp, *tempNext; for(temp = this; temp != NULL; temp = tempNext) { tempNext = temp->next; delete temp; } }