usbengines/usbwatcher/inc/cusbwatcher.inl
branchCompilerCompatibility
changeset 19 3346ae8c7c53
parent 13 7068aba64af5
child 63 ef2686f7597e
equal deleted inserted replaced
17:32e38c512cab 19:3346ae8c7c53
    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