memspy/Engine/Source/ThreadAndProcess/MemSpyEngineObjectProcess.cpp
branchRCL_3
changeset 49 7fdc9a71d314
parent 44 52e343bb8f80
child 59 8ad140f3dd41
equal deleted inserted replaced
46:e26895079d7c 49:7fdc9a71d314
   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 	}
   518 
   537 
   519 EXPORT_C TUidType CMemSpyProcess::UIDs() const
   538 EXPORT_C TUidType CMemSpyProcess::UIDs() const
   520     {
   539     {
   521     return iInfo->iUids;
   540     return iInfo->iUids;
   522     }
   541     }