secureswitools/swisistools/source/rscparser/apsecutils.cpp
branchGCC_SURGE
changeset 56 afe7195bb6c3
parent 42 d17dc5398051
child 50 c6e8afe0ba85
equal deleted inserted replaced
41:0410b3201a77 56:afe7195bb6c3
   101  * @param aAppFilename path to application exe file
   101  * @param aAppFilename path to application exe file
   102  * @param aHasWriteDeviceDataCap returns ETrue if app has WriteDeviceData cap
   102  * @param aHasWriteDeviceDataCap returns ETrue if app has WriteDeviceData cap
   103  * @param aIsSidProtected returns ETrue if application SID is in the protected range
   103  * @param aIsSidProtected returns ETrue if application SID is in the protected range
   104  * @return KErrNone if succesful, error code otherwise
   104  * @return KErrNone if succesful, error code otherwise
   105  */
   105  */
   106 TInt CApaSecurityUtils::CheckAppSecurity( const Ptr16 aAppFilename, 
   106 TInt CApaSecurityUtils::CheckAppSecurity( const Ptr16& aAppFilename, 
   107                                            TBool& aHasWriteDeviceDataCap, 
   107                                            TBool& aHasWriteDeviceDataCap, 
   108                                            TBool& aIsSidProtected,
   108                                            TBool& aIsSidProtected,
   109                                            const std::string& aDerivedPath)
   109                                            const std::string& aDerivedPath)
   110 
   110 
   111 { 
   111 {