mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
- libdvbci: some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -18,10 +18,7 @@ class eDVBCICAManagerSession: public eDVBCISession
|
||||
eDVBCICAManagerSession(eDVBCISlot *tslot);
|
||||
~eDVBCICAManagerSession();
|
||||
|
||||
const std::vector<uint16_t> &getCAIDs() const
|
||||
{
|
||||
return caids;
|
||||
}
|
||||
const std::vector<uint16_t> &getCAIDs() const { return caids; }
|
||||
int sendCAPMT(unsigned char *pmt, int len);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user