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:
@@ -39,7 +39,7 @@ public:
|
||||
GdkWindow *mDialog;
|
||||
}; // class nsSplashScreenGtk
|
||||
|
||||
NS_IMPL_ISUPPORTS0(nsSplashScreenGtk)
|
||||
NS_IMPL_THREADSAFE_ISUPPORTS0(nsSplashScreenGtk)
|
||||
|
||||
nsSplashScreenGtk::nsSplashScreenGtk()
|
||||
{
|
||||
|
||||
@@ -46,7 +46,7 @@ public:
|
||||
PicHandle mPicHandle;
|
||||
}; // class nsSplashScreenMac
|
||||
|
||||
NS_IMPL_ISUPPORTS1(nsSplashScreenMac, nsISplashScreen)
|
||||
NS_IMPL_THREADSAFE_ISUPPORTS1(nsSplashScreenMac, nsISplashScreen)
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsSplashScreenMac::Show() {
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user