mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
eitd: restore removed by mistake mySIservicesOrderUniqueKey/mySIservicesNVODorderUniqueKey
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