Changes for qnx(photon) platform only.

It should not affect runtime/building other platforms.

Fixed a building problem due to change in nsIXRemoteWidgetHelper.


git-svn-id: svn://10.0.0.236/trunk@154923 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
amardare%qnx.com
2004-04-15 14:46:59 +00:00
parent cc0d0d9ea5
commit 2f1b185c74
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ nsPhXRemoteWidgetHelper::~nsPhXRemoteWidgetHelper()
NS_IMPL_ISUPPORTS1(nsPhXRemoteWidgetHelper, nsIXRemoteWidgetHelper)
NS_IMETHODIMP
nsPhXRemoteWidgetHelper::EnableXRemoteCommands(nsIWidget *aWidget)
nsPhXRemoteWidgetHelper::EnableXRemoteCommands( nsIWidget *aWidget, const char *aProfile, const char *aProgram )
{
return NS_OK;
}

View File

@@ -37,7 +37,7 @@ class nsPhXRemoteWidgetHelper : public nsIXRemoteWidgetHelper {
NS_DECL_ISUPPORTS
NS_IMETHOD EnableXRemoteCommands(nsIWidget *aWidget);
NS_IMETHOD EnableXRemoteCommands( nsIWidget *aWidget, const char *aProfile, const char *aProgram );
};
#endif /* __nsPhMozRemoteHelper_h__ */