commit | 8d1aef525b9145544af1da35331bcf717bf59f74 | [log] [tgz] |
---|---|---|
author | Puneet Mishra <puneetm@codeaurora.org> | Thu Feb 25 15:07:22 2016 +0000 |
committer | Puneet Mishra <puneetm@codeaurora.org> | Thu Feb 25 15:11:30 2016 +0000 |
tree | d4b57e3f20b1a642bd3649a0644dc117486120e8 | |
parent | a7276dcce88980df1cd1321794a92db1ad4ce760 [diff] |
NFC: Use getter method in NQApduServiceInfo The extended class cannot directly access protected fields of the base class as it is compiled in a different scope. Use the public getter method instead. Change-Id: I15786fb6adc552c6ddb01e17e14dabdc82982120 CRs-Fixed: 981801