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

@@ -3298,3 +3298,7 @@ Dietmar Spingler <d_spingler@gmx.de>
a CAM needs to receive the TS
for reporting a problem that led to a fix with EMM pids not being properly reset for
CAMs that need to receive the TS
Stefan Schallenberg <infos@nafets.de>
for adding the functions IndexOf(), InsertUnique(), AppendUnique() and RemoveElement()
to the cVector class