* Replaced our SinglyLinkedList with one that has a similar interface as the

DoublyLinkedList. Not yet tested.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26697 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-07-31 11:47:17 +00:00
parent 850b759925
commit f9ae429701
3 changed files with 502 additions and 482 deletions
@@ -41,6 +41,7 @@
#include "fssh_types.h"
#include "DoublyLinkedList.h"
#include "SinglyLinkedList.h"
#include "Stack.h"