mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
eitd/sectionsd.cpp: add getEventsCount()
Origin commit data
------------------
Commit: 537a60fe6b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-09-27 (Fri, 27 Sep 2013)
This commit is contained in:
@@ -2821,3 +2821,11 @@ void CEitManager::setLanguages(const std::vector<std::string>& newLanguages)
|
||||
SIlanguage::setLanguages(newLanguages);
|
||||
SIlanguage::saveLanguages();
|
||||
}
|
||||
|
||||
unsigned CEitManager::getEventsCount()
|
||||
{
|
||||
readLockEvents();
|
||||
unsigned anzEvents = mySIeventsOrderUniqueKey.size();
|
||||
unlockEvents();
|
||||
return anzEvents;
|
||||
}
|
||||
|
Reference in New Issue
Block a user