made port public

This commit is contained in:
Jeff Hill
2001-02-09 17:39:14 +00:00
parent ab468c8b8c
commit 7bc172f355

View File

@@ -23,5 +23,10 @@ inline bool udpiiu::isCurrentThread () const
return ( this->recvThreadId == epicsThreadGetIdSelf () );
}
inline unsigned udpiiu::getPort () const
{
return this->localPort;
}
#endif // udpiiu_ILh