nanoSecond => nanosecond

This commit is contained in:
Marty Kraimer
2014-08-20 06:30:13 -04:00
parent 124972605a
commit eefd499adc
6 changed files with 1646 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ void ServerContextImpl::generateGUID()
ByteBuffer buffer(_guid.value, sizeof(_guid.value));
buffer.putLong(startupTime.getSecondsPastEpoch());
buffer.putInt(startupTime.getNanoSeconds());
buffer.putInt(startupTime.getNanoseconds());
}
void ServerContextImpl::initializeLogger()