telephonyserverplugins/attestltsy/atcommand/generic/src/tsyconfg.cpp
branchAT_Test_LTSY
changeset 3 70f1e1f5dabe
parent 1 4047d69ee0e4
equal deleted inserted replaced
2:477feb25356d 3:70f1e1f5dabe
   464 void CTsyConfig::GetModemBearerIdL(TUint32& aBearerId)
   464 void CTsyConfig::GetModemBearerIdL(TUint32& aBearerId)
   465 	{
   465 	{
   466     CCDModemBearerRecord *modemRecord = static_cast<CCDModemBearerRecord*>(CCDRecordBase::RecordFactoryL(KCDTIdModemBearerRecord));
   466     CCDModemBearerRecord *modemRecord = static_cast<CCDModemBearerRecord*>(CCDRecordBase::RecordFactoryL(KCDTIdModemBearerRecord));
   467     CleanupStack::PushL(modemRecord);
   467     CleanupStack::PushL(modemRecord);
   468     
   468     
   469     _LIT(KTsyName,"PhoneTsyWithDispatcher");
   469     _LIT(KTsyName,"phonetsy"); // Note this is case sensitive and must match the name in commdb
   470     modemRecord->iTsyName.SetMaxLengthL(KMaxTextLength);
   470     modemRecord->iTsyName.SetMaxLengthL(KMaxTextLength);
   471     modemRecord->iTsyName = KTsyName;
   471     modemRecord->iTsyName = KTsyName;
   472     
   472     
   473     TBool searchResult = modemRecord->FindL(*iDbSession);
   473     TBool searchResult = modemRecord->FindL(*iDbSession);
   474     
   474