diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-09-24 13:53:03 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-09-24 13:53:03 -0700 |
commit | 81b12b682649c1b742f20c54449df19e12a5a9eb (patch) | |
tree | 0e88948c259528ab20884d125e6e6d7bc9c4cdaa /node/SoftwareUpdater.hpp | |
parent | 431476e2e4474c83013c2a1a6d80f1e815a2d37c (diff) | |
download | infinitytier-81b12b682649c1b742f20c54449df19e12a5a9eb.tar.gz infinitytier-81b12b682649c1b742f20c54449df19e12a5a9eb.zip |
Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a little more consistent about using _ to denote private member variables.
Diffstat (limited to 'node/SoftwareUpdater.hpp')
-rw-r--r-- | node/SoftwareUpdater.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/SoftwareUpdater.hpp b/node/SoftwareUpdater.hpp index d2e19c15..dedac7b4 100644 --- a/node/SoftwareUpdater.hpp +++ b/node/SoftwareUpdater.hpp @@ -147,7 +147,7 @@ private: static void _cbHandleGetLatestVersionInfo(void *arg,int code,const std::string &url,const std::string &body); static void _cbHandleGetLatestVersionBinary(void *arg,int code,const std::string &url,const std::string &body); - const RuntimeEnvironment *_r; + const RuntimeEnvironment *RR; const uint64_t _myVersion; volatile uint64_t _lastUpdateAttempt; volatile enum { |