4.59 beta

This commit is contained in:
Igor Pavlov
2008-08-13 00:00:00 +00:00
committed by Kornel Lesiński
parent 3901bf0ab8
commit 173c07e166
781 changed files with 22124 additions and 13650 deletions

View File

@@ -9,7 +9,9 @@
#include "FSFolder.h"
class CRootFolder:
const int kNumRootFolderItems = 3;
class CRootFolder:
public IFolderFolder,
public IFolderGetSystemIconIndex,
public CMyUnknownImp
@@ -25,8 +27,8 @@ public:
void Init();
private:
UString _computerName;
UString _networkName;
UString _names[kNumRootFolderItems];
int _iconIndices[kNumRootFolderItems];
};
#endif