dropped "c" prefix from class names

This commit is contained in:
Nick Bolton
2014-11-11 13:51:47 +00:00
parent f6c05e7635
commit e8e156f0e2
382 changed files with 7430 additions and 7423 deletions

View File

@@ -41,10 +41,10 @@ static PTimeGetTime s_tgt = NULL;
//
// CArchTimeWindows
// ArchTimeWindows
//
CArchTimeWindows::CArchTimeWindows()
ArchTimeWindows::ArchTimeWindows()
{
assert(s_freq == 0.0 || s_mmInstance == NULL);
@@ -61,7 +61,7 @@ CArchTimeWindows::CArchTimeWindows()
}
}
CArchTimeWindows::~CArchTimeWindows()
ArchTimeWindows::~ArchTimeWindows()
{
s_freq = 0.0;
if (s_mmInstance == NULL) {
@@ -72,7 +72,7 @@ CArchTimeWindows::~CArchTimeWindows()
}
double
CArchTimeWindows::time()
ArchTimeWindows::time()
{
// get time. we try three ways, in order of descending precision
if (s_freq != 0.0) {