This commit is contained in:
max10
2015-11-10 00:00:04 +01:00
parent 7ec6b85fa3
commit 0bbcfaf171
7 changed files with 270 additions and 96 deletions

View File

@@ -11,7 +11,7 @@ static const char * FILENAME = "[dvbci_mmi]";
eDVBCIMMISession::eDVBCIMMISession(tSlot *tslot)
{
printf("%s:%s\n", FILENAME, __func__);
printf("%s -> %s\n", FILENAME, __func__);
slot = tslot;
slot->hasMMIManager = true;
slot->mmiSession = this;