usbengines/usbwatcher/inc/cusbwatcher.inl
branchRCL_3
changeset 64 8ecef05bbada
parent 0 1e05558e2206
child 63 ef2686f7597e
equal deleted inserted replaced
8:7e15987c4500 64:8ecef05bbada
    26         const
    26         const
    27     {
    27     {
    28     return iSupportedPersonalities;
    28     return iSupportedPersonalities;
    29     }
    29     }
    30 
    30 
    31 // ----------------------------------------------------------------------------
       
    32 // Write new personality to central repository.
       
    33 // ----------------------------------------------------------------------------
       
    34 //
       
    35 inline TInt CUsbWatcher::WritePersonalityId( TInt aPersonalityId )
       
    36     {
       
    37     return iPersonalityRepository->Set( KUsbWatcherPersonality,
       
    38             aPersonalityId);
       
    39     }
       
    40 
       
    41 // End of file
    31 // End of file