made channelCount func inline

This commit is contained in:
Jeff Hill
2001-03-07 16:20:28 +00:00
parent e12e8162cf
commit f3f2a8f548

View File

@@ -23,4 +23,9 @@ inline cac * netiiu::pCAC () const
return this->pClientCtx;
}
inline unsigned netiiu::channelCount () const
{
return this->channelList.count ();
}
#endif // netiiu_ILh