From e8268d4b78b7863cef100b413ad0d64361dae237 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Fri, 21 Sep 2001 13:46:45 +0000 Subject: [PATCH] OS/2 bustage git-svn-id: svn://10.0.0.236/trunk@103445 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/bootstrap/nsNativeAppSupportOS2.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mozilla/xpfe/bootstrap/nsNativeAppSupportOS2.cpp b/mozilla/xpfe/bootstrap/nsNativeAppSupportOS2.cpp index 1baa609a438..0110f79b83f 100644 --- a/mozilla/xpfe/bootstrap/nsNativeAppSupportOS2.cpp +++ b/mozilla/xpfe/bootstrap/nsNativeAppSupportOS2.cpp @@ -352,8 +352,10 @@ public: NS_IMETHOD Stop( PRBool *aResult ); NS_IMETHOD Quit(); NS_IMETHOD StartServerMode(); - NS_IMETHOD SetIsServerMode( PRBool isServerMode ); NS_IMETHOD OnLastWindowClosing( nsIXULWindow *aWindow ); + NS_IMETHOD SetIsServerMode( PRBool isServerMode ); + NS_IMETHOD EnsureProfile(nsICmdLineService* args); + // The "old" Start method (renamed). NS_IMETHOD StartDDE(); @@ -380,7 +382,6 @@ private: static PRBool InitTopicStrings(); static int FindTopic( HSZ topic ); static nsresult GetCmdLineArgs( LPBYTE request, nsICmdLineService **aResult ); - static nsresult EnsureProfile(nsICmdLineService* args); static nsresult OpenWindow( const char *urlstr, const char *args ); static nsresult OpenBrowserWindow( const char *args, PRBool newWindow = PR_TRUE ); static nsresult ReParent( nsISupports *window, HWND newParent );