Added back corrected version of TimeUnit(string)

This commit is contained in:
Unknown
2007-03-25 13:11:20 -04:00
parent 8a2cff0607
commit be28cb56ff
3 changed files with 50 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ uint32_t OnOffApplication::g_defaultSize = 512;
m_cbrRate(rate),
m_pktSize(size),
m_residualBits(0),
m_lastStartTime(0),
m_lastStartTime((HighPrecision)0),
m_maxBytes(0xffffffff),
m_totBytes(0),
m_startStopScheduled(false),