beacon period no-longer fetched through the IIU

This commit is contained in:
Jeff Hill
2001-08-23 21:01:12 +00:00
parent 0aa19f05bc
commit 56e9cbfd67
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -153,9 +153,11 @@ const char * netiiu::pHostName () const
return "<disconnected>";
}
double netiiu::beaconPeriod () const
osiSockAddr netiiu::getNetworkAddress () const
{
return ( - DBL_MAX );
osiSockAddr addr;
addr.sa.sa_family = AF_UNSPEC;
return addr;
}
void netiiu::flushRequest ()