Introduce PriorityQueue implementation of the Queue interface
authorDidier 'Ptitjes <ptitjes@free.fr>
Fri, 11 Sep 2009 22:09:36 +0000 (00:09 +0200)
committerDidier 'Ptitjes <ptitjes@free.fr>
Mon, 14 Sep 2009 16:43:03 +0000 (18:43 +0200)
commit03b56a8a993d332d4bc410c686248d786f03f34e
tree7dbd7bfe633ac5fda542e8095c242a16363383d8
parent9f3357676f93569deef4eec486f942e462df5da2
Introduce PriorityQueue implementation of the Queue interface
gee/Makefile.am
gee/abstractqueue.vala [new file with mode: 0644]
gee/priorityqueue.vala [new file with mode: 0644]
tests/Makefile.am
tests/testmain.vala
tests/testpriorityqueue.vala [new file with mode: 0644]