memspy/Engine/Source/ThreadAndProcess/MemSpyEngineObjectProcess.cpp
branchRCL_3
changeset 59 8ad140f3dd41
parent 49 7fdc9a71d314
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
   513 EXPORT_C TUint32 CMemSpyProcess::VID() const
   513 EXPORT_C TUint32 CMemSpyProcess::VID() const
   514     {
   514     {
   515     return iInfo->VID();
   515     return iInfo->VID();
   516     }
   516     }
   517 
   517 
   518 EXPORT_C TProcessPriority CMemSpyProcess::Priority() const
       
   519 	{
       
   520 	return iPriority;
       
   521 	}
       
   522 
       
   523 EXPORT_C TExitCategoryName CMemSpyProcess::ExitCategory() const
       
   524 	{
       
   525 	return iExitCategory;
       
   526 	}
       
   527 
       
   528 EXPORT_C TInt CMemSpyProcess::ExitReason() const
       
   529 	{
       
   530 	return iExitReason;
       
   531 	}
       
   532 
       
   533 EXPORT_C TExitType CMemSpyProcess::ExitType() const
       
   534 	{
       
   535 	return iExitType;
       
   536 	}
       
   537 
   518 
   538 EXPORT_C TUidType CMemSpyProcess::UIDs() const
   519 EXPORT_C TUidType CMemSpyProcess::UIDs() const
   539     {
   520     {
   540     return iInfo->iUids;
   521     return iInfo->iUids;
   541     }
   522     }