This commit is contained in:
Jeff Hill
2000-08-30 17:05:22 +00:00
parent 2de4aebb86
commit e066e5c22a

View File

@@ -25,7 +25,7 @@
* zero (so we can correctly compute the period
* between the 1st and 2nd beacons)
*/
inline bhe::bhe (class cac &cacIn, const osiTime &initialTimeStamp, const inetAddrID &addr) :
inline bhe::bhe ( class cac &cacIn, const osiTime &initialTimeStamp, const inetAddrID &addr ) :
inetAddrID (addr), cac (cacIn), piiu (0), timeStamp (initialTimeStamp), averagePeriod (-1.0)
{
# ifdef DEBUG