--NOT PART OF DEFAULT BUILD--
XMLterm changes only. Some code cleanup for Finalize methods. git-svn-id: svn://10.0.0.236/trunk@80818 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -456,6 +456,8 @@ NS_IMETHODIMP mozLineTerm::SuspendAux(PRBool aSuspend)
|
||||
*/
|
||||
NS_IMETHODIMP mozLineTerm::Close(const PRUnichar* aCookie)
|
||||
{
|
||||
XMLT_LOG(mozLineTerm::Close,20, ("\n"));
|
||||
|
||||
if (!mCookie.EqualsWithConversion(aCookie)) {
|
||||
XMLT_ERROR("mozLineTerm::Close: Error - Cookie mismatch\n");
|
||||
return NS_ERROR_FAILURE;
|
||||
@@ -481,6 +483,8 @@ NS_IMETHODIMP mozLineTerm::Close(const PRUnichar* aCookie)
|
||||
*/
|
||||
NS_IMETHODIMP mozLineTerm::CloseAux(void)
|
||||
{
|
||||
XMLT_LOG(mozLineTerm::CloseAux,20, ("\n"));
|
||||
|
||||
if (lterm_close(mLTerm) == 0) {
|
||||
return NS_OK;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user