summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-01-12 12:10:15 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-01-12 12:10:15 +0100
commit6e35f47a3ea064b78f038c69065a3b0781a8d5d4 (patch)
tree11d526afe4500caa917d6e3b34cb95f517b6cd14 /CONTRIBUTORS
parent6514649439e7a0209945c70b7da10d6f0e4cb0ae (diff)
downloadvdr-6e35f47a3ea064b78f038c69065a3b0781a8d5d4.tar.gz
vdr-6e35f47a3ea064b78f038c69065a3b0781a8d5d4.tar.bz2
Added the functions IndexOf(), InsertUnique(), AppendUnique() and RemoveElement() to the cVector class
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 2a33837a..cf961d25 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -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