summaryrefslogtreecommitdiffstats
path: root/common/collection/collection_queue.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up warnings in common/Simo Sorce2009-07-031-1/+1
| | | | Fix consts and function declarations
* Changing function names for collection API.Dmitri Pal2009-07-021-29/+39
| | | | | | | Patch prepends prefix "col_" to all functions related to collection. This caused some formatiing issues so the alignement was addressed too.
* Queue and stack APIs using collection.Dmitri Pal2009-07-021-0/+81
Patch adds two interfaces for stack and queue using collection as underlaying implementation. It also fixes a bug in the insterion code - the unsigned properties were created as long.