From f3f2a8f5488343e67e259e0b94508e482e95d85d Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 7 Mar 2001 16:20:28 +0000 Subject: [PATCH] made channelCount func inline --- src/ca/netiiu_IL.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ca/netiiu_IL.h b/src/ca/netiiu_IL.h index 6f9c6d14c..4386556ab 100644 --- a/src/ca/netiiu_IL.h +++ b/src/ca/netiiu_IL.h @@ -23,4 +23,9 @@ inline cac * netiiu::pCAC () const return this->pClientCtx; } +inline unsigned netiiu::channelCount () const +{ + return this->channelList.count (); +} + #endif // netiiu_ILh