зеркало из https://github.com/mozilla/pjs.git
Not part of build.
Making mozSqlResult thread safe.
This commit is contained in:
Родитель
82351788e9
Коммит
46ebe1daf7
|
@ -114,11 +114,11 @@ mozSqlResult::~mozSqlResult()
|
|||
}
|
||||
|
||||
|
||||
NS_IMPL_ISUPPORTS4(mozSqlResult,
|
||||
mozISqlResult,
|
||||
mozISqlDataSource,
|
||||
nsIRDFDataSource,
|
||||
nsIRDFRemoteDataSource);
|
||||
NS_IMPL_THREADSAFE_ISUPPORTS4(mozSqlResult,
|
||||
mozISqlResult,
|
||||
mozISqlDataSource,
|
||||
nsIRDFDataSource,
|
||||
nsIRDFRemoteDataSource);
|
||||
|
||||
NS_IMETHODIMP
|
||||
mozSqlResult::GetConnection(mozISqlConnection** aConnection)
|
||||
|
|
Загрузка…
Ссылка в новой задаче