Code cleanup

This commit is contained in:
spx
2012-11-12 11:10:40 +09:00
parent 33b8c49d1a
commit f929109f01
7 changed files with 53 additions and 29 deletions

View File

@ -689,7 +689,7 @@ void CMeasureNet::WriteStats(const WCHAR* iniFile, const std::wstring& statsDate
** Prepares in order to use the new APIs which are available on Vista or newer.
**
*/
void CMeasureNet::InitializeNewApi()
void CMeasureNet::InitializeStatic()
{
if (CSystem::GetOSPlatform() >= OSPLATFORM_VISTA)
{
@ -717,7 +717,7 @@ void CMeasureNet::InitializeNewApi()
** Frees the resources.
**
*/
void CMeasureNet::FinalizeNewApi()
void CMeasureNet::FinalizeStatic()
{
if (c_GetIfTable2)
{