changed functions to not be inline to fix Borland build
This commit is contained in:
@@ -11,9 +11,15 @@
|
||||
*/
|
||||
|
||||
#include "iocinf.h"
|
||||
#include "bhe_IL.h"
|
||||
|
||||
tsFreeList < class bhe, 1024 > bhe::freeList;
|
||||
|
||||
bhe::~bhe ()
|
||||
{
|
||||
this->cac.removeBeaconInetAddr (*this);
|
||||
}
|
||||
|
||||
/*
|
||||
* update beacon period
|
||||
*
|
||||
@@ -146,3 +152,9 @@ void bhe::show ( unsigned level ) const
|
||||
printf ( "network IO pointer %p, client pointer %p\n", this->piiu, &this->cac );
|
||||
}
|
||||
}
|
||||
|
||||
void bhe::destroy ()
|
||||
{
|
||||
delete this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user