summaryrefslogtreecommitdiffstats
path: root/parameter/ParameterMgr.h
diff options
context:
space:
mode:
authorPatrick Benavoli <patrick.benavoli@intel.com>2014-07-03 22:03:23 +0200
committerPhilippe Afonso <philippex.afonso@intel.com>2015-02-18 11:13:25 +0100
commit822d0a70b3a2a4f862d01fa6c0194a406708bf63 (patch)
tree3dc61c0d56a1d696f2288f22e3e7ab8ddcfb4287 /parameter/ParameterMgr.h
parent86e19e3063dd2558802ba2fe51d140d25f931e82 (diff)
downloadexternal_parameter-framework-822d0a70b3a2a4f862d01fa6c0194a406708bf63.zip
external_parameter-framework-822d0a70b3a2a4f862d01fa6c0194a406708bf63.tar.gz
external_parameter-framework-822d0a70b3a2a4f862d01fa6c0194a406708bf63.tar.bz2
Coding style correction
BZ: 208504 Concerns the handle to remote processor library. In PFW coding style, the variables are named like in english language: The actual nature of the object needs to lie at the end of the name. Change-Id: If41218c3456d07c81a953182488c6ae71e31b6d8 Signed-off-by: Patrick Benavoli <patrick.benavoli@intel.com>
Diffstat (limited to 'parameter/ParameterMgr.h')
-rw-r--r--parameter/ParameterMgr.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/parameter/ParameterMgr.h b/parameter/ParameterMgr.h
index c6a2fd5..7edace1 100644
--- a/parameter/ParameterMgr.h
+++ b/parameter/ParameterMgr.h
@@ -597,8 +597,10 @@ private:
// Subsystem plugin location
const CSubsystemPlugins* _pSubsystemPlugins;
- // Remote processor library handle
- void *_handleLibRemoteProcessor;
+ /**
+ * Remote processor library handle
+ */
+ void* _pvLibRemoteProcessorHandle;
// Whole system structure checksum
uint8_t _uiStructureChecksum;