equal
deleted
inserted
replaced
45 * Fetches aEngObj native attribute value. |
45 * Fetches aEngObj native attribute value. |
46 * @param aEngObj engine object. |
46 * @param aEngObj engine object. |
47 * @param aAttrExists ETrue if attribute exist. |
47 * @param aAttrExists ETrue if attribute exist. |
48 * @param aAttrVal attribute value. |
48 * @param aAttrVal attribute value. |
49 */ |
49 */ |
50 TBool IsNative( const CCaInnerEntry& aEntry ); |
50 TBool IsNativeL( const CCaInnerEntry& aEntry ); |
51 |
51 |
52 private: |
52 private: |
53 |
53 |
54 CCaSrvEngUtils(); |
54 CCaSrvEngUtils(); |
55 |
55 |
59 * Checks wether application is native |
59 * Checks wether application is native |
60 * @since S60 v5.0. |
60 * @since S60 v5.0. |
61 * @param aAppUid applications uid |
61 * @param aAppUid applications uid |
62 * @param aIsNative ETrue if apppication is native |
62 * @param aIsNative ETrue if apppication is native |
63 */ |
63 */ |
64 void IsNative( TUid aAppUid, TBool& aIsNative ); |
64 void IsNativeL( TUid aAppUid, TBool& aIsNative ); |
65 |
65 |
66 private: |
66 private: |
67 // Data |
67 // Data |
68 |
68 |
69 |
69 |