Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a little more consistent about using _ to denote private member variables.
This commit is contained in:
parent
431476e2e4
commit
81b12b6826
17 changed files with 370 additions and 370 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue