зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1038149 - Make nsDriveEnumerator's destructor private; r=bjacob
This commit is contained in:
Родитель
992c52982c
Коммит
b505b3890c
|
@ -289,11 +289,12 @@ class nsDriveEnumerator : public nsISimpleEnumerator
|
|||
{
|
||||
public:
|
||||
nsDriveEnumerator();
|
||||
virtual ~nsDriveEnumerator();
|
||||
NS_DECL_ISUPPORTS
|
||||
NS_DECL_NSISIMPLEENUMERATOR
|
||||
nsresult Init();
|
||||
private:
|
||||
virtual ~nsDriveEnumerator();
|
||||
|
||||
/* mDrives stores the null-separated drive names.
|
||||
* Init sets them.
|
||||
* HasMoreElements checks mStartOfCurrentDrive.
|
||||
|
|
Загрузка…
Ссылка в новой задаче