cmmanager/cmmgr/cmmserver/inc/cmmserver.h
changeset 27 489cf6208544
parent 23 7ec726f93df1
child 40 c5b848e6c7d1
equal deleted inserted replaced
23:7ec726f93df1 27:489cf6208544
   102     TCustomResult CustomSecurityCheckL(
   102     TCustomResult CustomSecurityCheckL(
   103             const RMessage2& aMsg,
   103             const RMessage2& aMsg,
   104             TInt& aAction,
   104             TInt& aAction,
   105             TSecurityInfo& aMissing );
   105             TSecurityInfo& aMissing );
   106 
   106 
       
   107     /**
       
   108      * Checks the client's capabilities in the middle of request handling. Some
       
   109      * checks cannot be done with CustomSecurityCheckL() at the start phase of
       
   110      * the operation.
       
   111      * @param aMsg The IPC message from the client.
       
   112      * @return Returns ETrue if client has the needed capabilities. Otherwise
       
   113      * returns EFalse.
       
   114      */
       
   115     CPolicyServer::TCustomResult CapabilityCheckWithProtection( const RMessage2& aMessage );
   107 
   116 
   108 protected: // From CActive
   117 protected: // From CActive
   109     /**
   118     /**
   110      * Process any errors
   119      * Process any errors
   111      *
   120      *