Fix gcc 3.4 bustage by removing extra semicolons.
git-svn-id: svn://10.0.0.236/trunk@155188 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user