Merge pull request #500 from jpnurmi/find-chans

Add CIRCNetwork::FindChans()
This commit is contained in:
Alexey Sokolov
2014-03-03 22:38:41 +00:00
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -76,6 +76,7 @@ public:
const std::vector<CChan*>& GetChans() const;
CChan* FindChan(CString sName) const;
std::vector<CChan*> FindChans(const CString& sWild) const;
bool AddChan(CChan* pChan);
bool AddChan(const CString& sName, bool bInConfig);
bool DelChan(const CString& sName);