Migrating from C style to C++ style of coding in Lyric Plugin
authorGaganpreet Kaur <gaganpreetx.kaur@intel.com>
Thu, 2 Mar 2017 07:05:01 +0000 (12:35 +0530)
committerTodd Malsbary <todd.malsbary@intel.com>
Thu, 27 Apr 2017 16:55:14 +0000 (16:55 +0000)
commita2df4925fb4034be6d1ef3a56daba40bfae8accf
treee60f97ca7b0d0b9fbc0e795ff2abaa14ddd840d0
parented741f77b7cc5263b44ee3b8fa03fdb28bed80f1
Migrating from C style to C++ style of coding in Lyric Plugin

Replacing fgets/fputs with fstream equivalents and using std::string
in lyric_plugin, wherever applicable

Change-Id: Iac3a65bc674fcff7576ebc6b8cd45e1bbd4410cd
Signed-off-by: Gaganpreet Kaur <gaganpreetx.kaur@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/17611
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Joseph Morrow <joseph.l.morrow@intel.com>
Reviewed-by: Todd Malsbary <todd.malsbary@intel.com>
(cherry picked from commit 19896e71a673e710dc76cc4c575b12e03e57df34)
Reviewed-on: https://gerrit.iotivity.org/gerrit/19165
Reviewed-by: Uze Choi <uzchoi@samsung.com>
bridging/plugins/lyric_plugin/honeywellHelpers.cpp
bridging/plugins/lyric_plugin/honeywellHelpers.h
bridging/plugins/lyric_plugin/honeywellResource.cpp
bridging/plugins/lyric_plugin/honeywell_objects/honeywell.cpp
bridging/plugins/lyric_plugin/honeywell_objects/honeywell.h
bridging/plugins/lyric_plugin/honeywell_objects/honeywellThermostat.cpp
bridging/plugins/lyric_plugin/honeywell_objects/honeywellThermostat.h