Fix gcc 3.4 bustage by removing extra semicolons.

This commit is contained in:
dbaron%dbaron.org 2004-04-19 23:57:55 +00:00
Родитель 7bbaee0352
Коммит 228d3bbf27
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -159,7 +159,7 @@ NS_IMPL_THREADSAFE_ISUPPORTS5(mozSqlResult,
mozISqlDataSource,
nsIRDFDataSource,
nsIRDFRemoteDataSource,
nsITreeView);
nsITreeView)
NS_IMETHODIMP
mozSqlResult::GetDisplayNullAsText(PRBool* aDisplayNullAsText)
@ -1547,7 +1547,7 @@ mozSqlResultEnumerator::~mozSqlResultEnumerator()
NS_IMPL_ISUPPORTS2(mozSqlResultEnumerator,
mozISqlResultEnumerator,
nsISimpleEnumerator);
nsISimpleEnumerator)
NS_IMETHODIMP
mozSqlResultEnumerator::GetErrorMessage(nsAString& aErrorMessage)
@ -2143,7 +2143,7 @@ mozSqlResultStream::~mozSqlResultStream()
NS_IMPL_ISUPPORTS2(mozSqlResultStream,
mozISqlInputStream,
nsIInputStream);
nsIInputStream)
NS_IMETHODIMP

Просмотреть файл

@ -95,7 +95,7 @@ mozSqlService::~mozSqlService()
NS_IMPL_ISUPPORTS3(mozSqlService,
mozISqlService,
nsIRDFDataSource,
nsIRDFRemoteDataSource);
nsIRDFRemoteDataSource)
NS_IMETHODIMP
mozSqlService::GetErrorMessage(nsAString& aErrorMessage)