CFileSMB::~CFileSMB() { Close(); #ifdef _LINUX smb.AddIdleConnection(); #endif }
CSmbFile::~CSmbFile() { Close(); #ifdef TARGET_POSIX smb.AddIdleConnection(); #endif }
CSMBFile::~CSMBFile() { Close(); smb.AddIdleConnection(); }