/* Author : Rick van der Zwet * S-number : 0433373 * Version : $Id: README.txt 211 2007-09-03 17:07:26Z rick $ * Copyright : FreeBSD Licence */ * I have chose for a solution to generalize the Queue a bit more. This are all protected functions of Queue * All for types of queues are implemented by calling one function, which is set in the header file. * I left the implementations/calls in the header file to make it all a bit more readable