equal
deleted
inserted
replaced
91 |
91 |
92 /** |
92 /** |
93 * Return certain type list of Capabilities |
93 * Return certain type list of Capabilities |
94 * @param aCapability the Capabilities type requested |
94 * @param aCapability the Capabilities type requested |
95 */ |
95 */ |
96 RArray<TUint>& GetCapabilities(TInt aCapability); |
96 RArray<TUint>& GetCapabilitiesL(TInt aCapability); |
97 |
97 |
98 /** |
98 /** |
99 * Stores value choosed by user |
99 * Stores value choosed by user |
100 */ |
100 */ |
101 void SetValue(TInt aCapability, TUint aValue); |
101 void SetValue(TInt aCapability, TUint aValue); |