Add a Clear() function to CTable and make the base class protected

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1230 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2008-09-29 14:46:06 +00:00
parent 3014ae5dcb
commit 273d72c605
2 changed files with 9 additions and 1 deletions
+5
View File
@@ -543,6 +543,11 @@ unsigned int CTable::GetColumnWidth(unsigned int uIdx) const {
return it->second;
}
void CTable::Clear() {
clear();
m_vsHeaders.clear();
m_msuWidths.clear();
}
#ifdef HAVE_LIBSSL
CBlowfish::CBlowfish(const CString & sPassword, int iEncrypt, const CString & sIvec) {