From 2005f71a2a0c0989b830748367b2f5057059d3eb 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 --- xpfe/bootstrap/nsNativeAppSupportOS2.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xpfe/bootstrap/nsNativeAppSupportOS2.cpp b/xpfe/bootstrap/nsNativeAppSupportOS2.cpp index 1baa609a438b..0110f79b83f5 100644 --- a/xpfe/bootstrap/nsNativeAppSupportOS2.cpp +++ b/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 );