mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
eitd: restore removed by mistake mySIservicesOrderUniqueKey/mySIservicesNVODorderUniqueKey
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8c881e9417
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-01 (Wed, 01 Feb 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1063,6 +1063,16 @@ static void removeDupEvents(void)
|
||||
}
|
||||
#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:
|
||||
*/
|
||||
|
Reference in New Issue
Block a user