Added the functions IndexOf(), InsertUnique(), AppendUnique() and RemoveElement() to the cVector class

This commit is contained in:
Klaus Schmidinger
2015-01-12 12:10:15 +01:00
parent 6514649439
commit 6e35f47a3e
3 changed files with 31 additions and 1 deletions

View File

@@ -8346,3 +8346,5 @@ Video Disk Recorder Revision History
Lars Hanisch).
- Added subsystem id support for DVB devices connected via USB (thanks to Jose
Alberto Reguero).
- Added the functions IndexOf(), InsertUnique(), AppendUnique() and RemoveElement()
to the cVector class (thanks to Stefan Schallenberg).