mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
zapit/src/bouquets.cpp: add destructor
Origin commit data
------------------
Branch: ni/coolstream
Commit: 45b7368c26
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-02 (Wed, 02 May 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -75,6 +75,7 @@ class CBouquetManager
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
CBouquetManager() { remainChannels = NULL; };
|
CBouquetManager() { remainChannels = NULL; };
|
||||||
|
~CBouquetManager();
|
||||||
class ChannelIterator
|
class ChannelIterator
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
@@ -179,6 +179,11 @@ size_t CZapitBouquet::recModeTVSize(const transponder_id_t transponder_id)
|
|||||||
return size;
|
return size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CBouquetManager::~CBouquetManager()
|
||||||
|
{
|
||||||
|
clearAll();
|
||||||
|
}
|
||||||
|
|
||||||
void CBouquetManager::writeBouquetHeader(FILE * bouq_fd, uint32_t i, const char * bouquetName)
|
void CBouquetManager::writeBouquetHeader(FILE * bouq_fd, uint32_t i, const char * bouquetName)
|
||||||
{
|
{
|
||||||
//printf("[bouquets] writing bouquet header: %s\n", bouquetName);
|
//printf("[bouquets] writing bouquet header: %s\n", bouquetName);
|
||||||
|
Reference in New Issue
Block a user