fixed ca_host_name() returns name of the local host

This commit is contained in:
Jeff Hill
2005-04-11 21:38:35 +00:00
parent 983b2a3080
commit f5174ef94e
10 changed files with 17 additions and 9 deletions

View File

@@ -413,6 +413,12 @@ unsigned nciu::getHostName (
guard, pBuf, bufLength );
}
const char * nciu::pHostName (
epicsGuard < epicsMutex > & guard ) const throw ()
{
return this->piiu->pHostName ( guard );
}
bool nciu::ca_v42_ok (
epicsGuard < epicsMutex > & guard ) const
{