mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
Landing new GetFile(nsFileSpec&) method on windows.
This commit is contained in:
parent
1a4f805e40
commit
4336a65c75
@ -160,6 +160,11 @@ NS_METHOD nsFileWidget::GetFile(nsString& aFile)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_METHOD nsFileWidget::GetFile(nsFileSpec& aFile)
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
//
|
||||
|
@ -51,6 +51,7 @@ class nsFileWidget : public nsIFileWidget
|
||||
// nsIFileWidget part
|
||||
virtual PRBool Show();
|
||||
NS_IMETHOD GetFile(nsString& aFile);
|
||||
NS_IMETHOD GetFile(nsFileSpec& aFile);
|
||||
NS_IMETHOD SetDefaultString(nsString& aFile);
|
||||
NS_IMETHOD SetFilterList(PRUint32 aNumberOfFilters,const nsString aTitles[],const nsString aFilters[]);
|
||||
NS_IMETHOD GetDisplayDirectory(nsString& aDirectory);
|
||||
|
Loading…
x
Reference in New Issue
Block a user