harvester/monitorplugins/fileplugin/inc/processoriginmapper.h
changeset 23 33ae025ac1e8
parent 0 c53acadfccc6
equal deleted inserted replaced
21:50bf9db68373 23:33ae025ac1e8
   160          * @param aProcessUid  Uid of the process to add.
   160          * @param aProcessUid  Uid of the process to add.
   161          * @param aOrigin      Origin to which this process will mapped to.
   161          * @param aOrigin      Origin to which this process will mapped to.
   162          */
   162          */
   163         void WriteProcessOriginPairL( TUid& aProcessId, TOrigin& aOrigin );
   163         void WriteProcessOriginPairL( TUid& aProcessId, TOrigin& aOrigin );
   164 
   164 
       
   165         static TInt Compare(const TProcessOriginPair& aFirst, const TProcessOriginPair& aSecond);
       
   166         
   165     private: // data
   167     private: // data
   166 
   168 
   167         /**
   169         /**
   168          * @var Mapping table. It holds pairs of
   170          * @var Mapping table. It holds pairs of
   169          * matching process ids and origins.
   171          * matching process ids and origins.