comment out printing under Carbon. api's have been obsoleted and need to be redone.

This commit is contained in:
pinkerton%netscape.com 1999-05-11 21:36:39 +00:00
Родитель cf909d0bf5
Коммит 23c0314a49
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -63,6 +63,7 @@ nsresult theResult = NS_ERROR_FAILURE;
THPrint prtRec;
GrafPtr oldport;
#if !TARGET_CARBON
::GetPort(&oldport);
// open the printing manager
@ -85,6 +86,7 @@ GrafPtr oldport;
}
}
}
#endif
return theResult;
}
@ -98,7 +100,9 @@ PRBool isPMOpen;
this->PrintManagerOpen(&isPMOpen);
if(isPMOpen){
#if !TARGET_CARBON
::PrClose();
#endif
}
return NS_OK;