diff -r 25dd1e8b2663 -r 881d92421467 secsrv_plat/devicelock_access_api/inc/devicelockaccessapi.h --- a/secsrv_plat/devicelock_access_api/inc/devicelockaccessapi.h Fri Sep 03 16:31:27 2010 +0300 +++ b/secsrv_plat/devicelock_access_api/inc/devicelockaccessapi.h Tue Sep 28 14:03:54 2010 +0300 @@ -88,22 +88,25 @@ * @return KErrNone if succeeded * KErrAlreadyExists if already enabled * KErrPermissionDenied if no required capabilities + * Other errors */ IMPORT_C TInt EnableDevicelock( TDevicelockReason aReason = EDevicelockManual ); /** - * Currently not implemented ! - * Offer to enable devicelock. Shows a query note to user. + * Offer to enable devicelock. Shows a query note to user, and then a unlock-query. + * @return KErrNone if succeeded + * KErrAlreadyExists if already enabled + * KErrPermissionDenied if no required capabilities + * Other errors */ IMPORT_C TInt OfferDevicelock( ); /** - * Remove this method eventually! - * - * Disable devicelock. + * Disable devicelock. Shows a unlock-query to user. * @return KErrNone if succeeded * KErrAlreadyExists if already enabled * KErrPermissionDenied if no required capabilities + * Other errors */ IMPORT_C TInt DisableDevicelock( );