Bug #63346 --> add methods for reveal and launch to a local file. Stub implementions for OS/2 and Unix right now.
r=conrad sr=sspitzer git-svn-id: svn://10.0.0.236/trunk@85736 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1333,6 +1333,19 @@ nsLocalFile::SetPersistentDescriptor(const char *aPersistentDescriptor)
|
||||
return InitWithPath(aPersistentDescriptor);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsLocalFile::Reveal()
|
||||
{
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsLocalFile::Launch()
|
||||
{
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
nsresult
|
||||
NS_NewLocalFile(const char *path, PRBool followSymlinks, nsILocalFile **result)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user