Fixing to be thread safe.

git-svn-id: svn://10.0.0.236/trunk@62252 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
2000-03-06 00:26:19 +00:00
parent f208a25dc3
commit b83fc07cc6
4 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ public:
GdkWindow *mDialog;
}; // class nsSplashScreenGtk
NS_IMPL_ISUPPORTS0(nsSplashScreenGtk)
NS_IMPL_THREADSAFE_ISUPPORTS0(nsSplashScreenGtk)
nsSplashScreenGtk::nsSplashScreenGtk()
{

View File

@@ -46,7 +46,7 @@ public:
PicHandle mPicHandle;
}; // class nsSplashScreenMac
NS_IMPL_ISUPPORTS1(nsSplashScreenMac, nsISplashScreen)
NS_IMPL_THREADSAFE_ISUPPORTS1(nsSplashScreenMac, nsISplashScreen)
NS_IMETHODIMP
nsSplashScreenMac::Show() {

View File

@@ -53,7 +53,7 @@ public:
PtWidget_t *mDialog;
}; // class nsSplashScreenPh
NS_IMPL_ISUPPORTS1(nsSplashScreenPh, nsISplashScreen)
NS_IMPL_THREADSAFE_ISUPPORTS1(nsSplashScreenPh, nsISplashScreen)
NS_IMETHODIMP
nsSplashScreenPh::Show()

View File

@@ -49,7 +49,7 @@ public:
HWND mDlg;
}; // class nsSplashScreenWin
NS_IMPL_ISUPPORTS1(nsSplashScreenWin, nsISplashScreen)
NS_IMPL_THREADSAFE_ISUPPORTS1(nsSplashScreenWin, nsISplashScreen)
nsSplashScreenWin::nsSplashScreenWin()
: mRefCnt( 0 ), mDlg( 0 ) {