This commit is contained in:
Jeff Hill
2002-07-08 16:48:47 +00:00
parent 3aa95fdd91
commit 5cb3423a1f

View File

@@ -59,6 +59,7 @@ bool cacChannel::connected () const
return true;
}
// the default is to assume that it is a locally hosted channel
void cacChannel::hostName ( char *pBuf, unsigned bufLength ) const
{
if ( bufLength ) {
@@ -67,6 +68,7 @@ void cacChannel::hostName ( char *pBuf, unsigned bufLength ) const
}
// deprecated - please do not use
// the default is to assume that it is a locally hosted channel
const char * cacChannel::pHostName () const
{
return pLocalHostNameAtLoadTime->pointer ();