fixed borland warning

This commit is contained in:
Jeff Hill
2001-01-22 22:52:51 +00:00
parent e7bfee6f8d
commit 57bf87beac
8 changed files with 19 additions and 20 deletions

View File

@@ -29,7 +29,7 @@ ipAddrToAsciiEngine::ipAddrToAsciiEngine ( const char *pName ) :
ipAddrToAsciiEngine::~ipAddrToAsciiEngine ()
{
ipAddrToAsciiAsynchronous * pItem = this->labor.first ();
ipAddrToAsciiAsynchronous * pItem;
this->exitFlag = true;
this->event.signal ();