secsrv_plat/devicelock_access_api/inc/devicelockaccessapi.h
changeset 61 1cc4c46c2963
parent 0 164170e6151a
--- a/secsrv_plat/devicelock_access_api/inc/devicelockaccessapi.h	Fri Sep 17 08:35:02 2010 +0300
+++ b/secsrv_plat/devicelock_access_api/inc/devicelockaccessapi.h	Mon Oct 04 01:41:57 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( );