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

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

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