perfsrv/memspy/Engine/Source/Helpers/MemSpyEngineHelperChunk.cpp
changeset 62 1c2bb2fc7c87
parent 51 98307c651589
equal deleted inserted replaced
56:aa2539c91954 62:1c2bb2fc7c87
   732 TUint CMemSpyEngineChunkEntry::OwnerId() const
   732 TUint CMemSpyEngineChunkEntry::OwnerId() const
   733     {
   733     {
   734     return iInfo->iOwnerId;
   734     return iInfo->iOwnerId;
   735     }
   735     }
   736 
   736 
       
   737 TMemSpyDriverChunkType CMemSpyEngineChunkEntry::Type() const
       
   738 	{
       
   739 	return iInfo->iType;
       
   740 	}
       
   741 
       
   742 TInt CMemSpyEngineChunkEntry::Attributes() const
       
   743 	{
       
   744 	return iInfo->iAttributes;
       
   745 	}
       
   746 
   737 
   747 
   738 EXPORT_C void CMemSpyEngineChunkEntry::OwnerName( TDes& aDes ) const
   748 EXPORT_C void CMemSpyEngineChunkEntry::OwnerName( TDes& aDes ) const
   739     {
   749     {
   740     aDes.Zero();
   750     aDes.Zero();
   741     AppendOwnerName( aDes );
   751     AppendOwnerName( aDes );