Changed all references to std::string over to CString

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@240 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-05-05 18:11:04 +00:00
parent 7f0215de40
commit beb5b49b3f
36 changed files with 990 additions and 982 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ void CDCCSock::SendPacket() {
}
}
Csock* CDCCSock::GetSockObj(const string& sHost, int iPort) {
Csock* CDCCSock::GetSockObj(const CString& sHost, int iPort) {
Close();
CDCCSock* pSock = new CDCCSock(m_pUser, m_sRemoteNick, m_sLocalFile, m_sModuleName, m_uFileSize, m_pFile);