localconnectivityservice/generichid/src/hidparser.cpp
changeset 47 63cf70d3ecd8
parent 28 85e0c0339cc3
equal deleted inserted replaced
44:a5deb6b96675 47:63cf70d3ecd8
  1270     TRACE_INFO((_L("Global report count %d\n"), aItem.Data()));
  1270     TRACE_INFO((_L("Global report count %d\n"), aItem.Data()));
  1271     TInt retVal = 0;
  1271     TInt retVal = 0;
  1272     iGlobal.iCount = aItem.Data();
  1272     iGlobal.iCount = aItem.Data();
  1273     if (aItem.Data() == 0)
  1273     if (aItem.Data() == 0)
  1274         {
  1274         {
  1275         retVal = EZeroReportCount;
  1275         TRACE_INFO((_L("Global report count zero\n")));	
       
  1276      
  1276         }
  1277         }
  1277     iItemsDefined |= EReportCount;
  1278     iItemsDefined |= EReportCount;
  1278 
  1279 
  1279     if (iGlobalItemsDefined & EReportCount)
  1280     if (iGlobalItemsDefined & EReportCount)
  1280         {
  1281         {