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
This commit is contained in:
amardare%qnx.com 2004-04-15 14:57:24 +00:00
parent 2f1b185c74
commit 6a2c5f3cf5

View File

@ -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++;