]> git.tdb.fi Git - libs/core.git/commit
Update naming of internal variables and functions
authorMikko Rasa <tdb@tdb.fi>
Sun, 31 Oct 2021 11:46:57 +0000 (13:46 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 31 Oct 2021 18:30:28 +0000 (20:30 +0200)
commit5763dd6e8089c97699cbcbd221afb7fe1841bcdd
treee74bbae9266ca7debb702b28e0d18ab28b5f9f27
parent03862ac4f38db0799872850dc4ab43b88688e4eb
Update naming of internal variables and functions

In most cases put just an underscore in front (instead of back as it was
previously).  When a member name conflicts with a noun function, use m_
prefix.
17 files changed:
source/core/application.cpp
source/core/application.h
source/core/getopt.h
source/core/systemerror.cpp
source/core/systemerror.h
source/core/thread.cpp
source/core/thread.h
source/core/unix/thread.cpp
source/core/variant.h
source/core/windows/thread.cpp
source/debug/errorreporter.cpp
source/debug/errorreporter.h
source/io/eventobject.cpp
source/io/eventobject.h
source/io/zlibcompressed.cpp
source/io/zlibcompressed.h
source/time/datetime.cpp