piprofilerui/ui/hb/src/piprofilerengineprivate.cpp
branchRCL_3
changeset 60 6646c35e558c
parent 50 9b2cffad4b5e
equal deleted inserted replaced
50:9b2cffad4b5e 60:6646c35e558c
   179         }
   179         }
   180     }
   180     }
   181 
   181 
   182     // check now if a second appearance exists in process list, 
   182     // check now if a second appearance exists in process list, 
   183     // i.e. engine started from eshell => two engine processes appear in normal case
   183     // i.e. engine started from eshell => two engine processes appear in normal case
   184     err = procName.Next(aResult2);
   184     procName.Next(aResult2);
   185     if (err != KErrNone) {
       
   186         return err;
       
   187     }
       
   188 
   185 
   189     // check if aResult2 contained the second appearance of profiler engine
   186     // check if aResult2 contained the second appearance of profiler engine
   190     if(aResult2.CompareF(aResult) > 0)
   187     if(aResult2.CompareF(aResult) > 0)
   191         {
   188         {
   192         // other process found, i.e. right process to communicate with, in case started from eshell
   189         // other process found, i.e. right process to communicate with, in case started from eshell