secureswitools/swisistools/source/rscparser/apsecutils.h
changeset 42 d17dc5398051
parent 25 98b66e4fb0be
child 50 c6e8afe0ba85
equal deleted inserted replaced
37:6e7b00453237 42:d17dc5398051
    31 
    31 
    32 */
    32 */
    33 class CApaSecurityUtils
    33 class CApaSecurityUtils
    34     {
    34     {
    35 public:
    35 public:
    36     static TInt CheckAppSecurity( const Ptr16 aAppFilename, 
    36     static TInt CheckAppSecurity( const Ptr16& aAppFilename, 
    37                                            TBool& aHasWriteDeviceDataCap, 
    37                                            TBool& aHasWriteDeviceDataCap, 
    38                                            TBool& aIsSidProtected,
    38                                            TBool& aIsSidProtected,
    39                                            const std::string& aDerivedPath);
    39                                            const std::string& aDerivedPath);
    40 
    40 
    41 	static TInt GetInfo(std::string& aFilename);
    41 	static TInt GetInfo(std::string& aFilename);