mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
eitd: restore removed by mistake mySIservicesOrderUniqueKey/mySIservicesNVODorderUniqueKey
Origin commit data
------------------
Commit: 8c881e9417
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-01 (Wed, 01 Feb 2012)
This commit is contained in:
@@ -1063,6 +1063,16 @@ static void removeDupEvents(void)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// SIservicePtr;
|
||||||
|
// FIXME not needed
|
||||||
|
typedef boost::shared_ptr<class SIservice> SIservicePtr;
|
||||||
|
|
||||||
|
typedef std::map<t_channel_id, SIservicePtr, std::less<t_channel_id> > MySIservicesOrderUniqueKey;
|
||||||
|
static MySIservicesOrderUniqueKey mySIservicesOrderUniqueKey;
|
||||||
|
|
||||||
|
typedef std::map<t_channel_id, SIservicePtr, std::less<t_channel_id> > MySIservicesNVODorderUniqueKey;
|
||||||
|
static MySIservicesNVODorderUniqueKey mySIservicesNVODorderUniqueKey;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* communication with sectionsdclient:
|
* communication with sectionsdclient:
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user