mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
rename CREATE_CHANNEL_ID_FROM_SERVICE_ORIGINALNETWORK_TRANSPORTSTREAM_ID to CREATE_CHANNEL_ID
Origin commit data
------------------
Branch: ni/coolstream
Commit: b072232956
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-10 (Tue, 10 Apr 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -313,11 +313,11 @@ class SIevent
|
||||
void setExtendedText(const std::string &lang, const std::string &text);
|
||||
|
||||
t_channel_id get_channel_id(void) const {
|
||||
return CREATE_CHANNEL_ID;
|
||||
return CREATE_CHANNEL_ID(service_id, original_network_id, transport_stream_id);
|
||||
}
|
||||
|
||||
event_id_t uniqueKey(void) const {
|
||||
return CREATE_EVENT_ID(CREATE_CHANNEL_ID, eventID);
|
||||
return CREATE_EVENT_ID(get_channel_id(), eventID);
|
||||
}
|
||||
int runningStatus(void) const {
|
||||
return running;
|
||||
|
Reference in New Issue
Block a user