converted C++ comments using script

This commit is contained in:
skarg
2013-03-13 22:13:28 +00:00
parent 0c8f51f9fb
commit 11897368d2
13 changed files with 130 additions and 130 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ uint32_t timeGetTime(
struct timespec now;
uint32_t ticks;
// clock_gettime(CLOCK_MONOTONIC, &now);
/* clock_gettime(CLOCK_MONOTONIC, &now); */
clock_serv_t cclock;
mach_timespec_t mts;
host_get_clock_service(mach_host_self(), CALENDAR_CLOCK, &cclock);
@@ -145,7 +145,7 @@ uint32_t timer_reset(
void timer_init(
void)
{
//clock_gettime(CLOCK_MONOTONIC, &start);
/*clock_gettime(CLOCK_MONOTONIC, &start); */
clock_serv_t cclock;
mach_timespec_t mts;
host_get_clock_service(mach_host_self(), CALENDAR_CLOCK, &cclock);