From 6a2c5f3cf51e6a3d746cf0b2dff4b2e313f2fd3a Mon Sep 17 00:00:00 2001 From: "amardare%qnx.com" Date: Thu, 15 Apr 2004 14:57:24 +0000 Subject: [PATCH] Changes for qnx ( photon ) platform only. They should not affect building/runtime other platforms. Fixed a building problem due to changes in XRemoteClient. git-svn-id: svn://10.0.0.236/trunk@154924 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/xremoteclient/PhRemoteClient.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mozilla/widget/src/xremoteclient/PhRemoteClient.cpp b/mozilla/widget/src/xremoteclient/PhRemoteClient.cpp index e3a79a8a5fd..56c414aa2de 100644 --- a/mozilla/widget/src/xremoteclient/PhRemoteClient.cpp +++ b/mozilla/widget/src/xremoteclient/PhRemoteClient.cpp @@ -74,12 +74,17 @@ XRemoteClient::Init (void) } NS_IMETHODIMP -XRemoteClient::SendCommand (const char *aCommand, PRBool *aWindowFound) +XRemoteClient::SendCommand (const char *aProgram, const char *aUsername, + const char *aProfile, const char *aCommand, + char **aResponse, PRBool *aWindowFound) { *aWindowFound = PR_TRUE; char *RemoteServerName; + /* ATENTIE: register connections based on ProfileName and find the appropiate connection + based on the aProfile argument */ + if( !strncmp( aCommand, "mping", 5 ) ) { RemoteServerName = MailRemoteServerName; aCommand++;