localconnectivityservice/generichid/src/hidparser.cpp
changeset 50 965bb42340b2
parent 29 3ae5cb0b4c02
equal deleted inserted replaced
49:c20dd21d1eb4 50:965bb42340b2
  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         {