Example #1
0
CFileSMB::~CFileSMB()
{
  Close();
#ifdef _LINUX
  smb.AddIdleConnection();
#endif
}
Example #2
0
CSmbFile::~CSmbFile()
{
  Close();
#ifdef TARGET_POSIX
  smb.AddIdleConnection();
#endif
}
Example #3
0
CSMBFile::~CSMBFile()
{
  Close();
  smb.AddIdleConnection();
}