equal
deleted
inserted
replaced
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); |