mf no-longer inline

This commit is contained in:
Jeff Hill
2001-03-07 16:30:34 +00:00
parent b63a06409f
commit 76055af9e7

View File

@@ -23,7 +23,7 @@ inline bool tcpiiu::fullyConstructed () const
inline void tcpiiu::hostName ( char *pBuf, unsigned bufLength ) const
{
epicsAutoMutex autoMutex ( this->mutex );
epicsAutoMutex locker ( this->mutex );
if ( this->pHostNameCache ) {
this->pHostNameCache->hostName ( pBuf, bufLength );
}
@@ -32,7 +32,7 @@ inline void tcpiiu::hostName ( char *pBuf, unsigned bufLength ) const
}
}
// deprecated - please dont use
// deprecated - please dont use - this is _not_ thread safe
inline const char * tcpiiu::pHostName () const
{
static char nameBuf [128];
@@ -50,11 +50,6 @@ inline bool tcpiiu::ca_v44_ok () const
return CA_V44 ( CA_PROTOCOL_VERSION, this->minorProtocolVersion );
}
inline bool tcpiiu::ca_v42_ok () const
{
return CA_V42 ( CA_PROTOCOL_VERSION, this->minorProtocolVersion );
}
inline bool tcpiiu::ca_v41_ok () const
{
return CA_V41 ( CA_PROTOCOL_VERSION, this->minorProtocolVersion );