4.48 beta

This commit is contained in:
Igor Pavlov
2007-06-26 00:00:00 +00:00
committed by Kornel Lesiński
parent 0b33f700a6
commit fd8b1d78b4
249 changed files with 3224 additions and 2157 deletions

View File

@@ -49,6 +49,8 @@ void CAgentFolder::LoadFolder(CProxyFolder *folder)
STDMETHODIMP CAgentFolder::LoadItems()
{
if (!_agentSpec->_archiveLink.IsOpen)
return E_FAIL;
_items.Clear();
if (_flatMode)
LoadFolder(_proxyFolderItem);

View File

@@ -3,7 +3,7 @@
#ifndef __AGENT_PROXY_H
#define __AGENT_PROXY_H
#include "Common/String.h"
#include "Common/MyString.h"
#include "../../Archive/IArchive.h"