added a PrintContent() method to these classes

git-svn-id: svn://10.0.0.236/trunk@31271 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dcone%netscape.com
1999-05-12 13:32:09 +00:00
parent 9598165686
commit 98b154dd81
6 changed files with 63 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ public:
NS_IMETHOD Show();
NS_IMETHOD Hide();
NS_IMETHOD Print();
NS_IMETHOD PrintContent(void);
NS_IMETHOD SetEnableRendering(PRBool aOn);
NS_IMETHOD GetEnableRendering(PRBool* aResult);
@@ -467,6 +468,15 @@ PluginViewerImpl::Print(void)
return NS_OK;
}
NS_IMETHODIMP
PluginViewerImpl::PrintContent()
{
return NS_OK;
}
NS_IMETHODIMP
PluginViewerImpl::SetEnableRendering(PRBool aOn)
{

View File

@@ -134,6 +134,7 @@ public:
NS_IMETHOD Show();
NS_IMETHOD Hide();
NS_IMETHOD Print();
NS_IMETHOD PrintContent(void);
NS_IMETHOD SetEnableRendering(PRBool aOn);
NS_IMETHOD GetEnableRendering(PRBool* aResult);
@@ -467,6 +468,15 @@ PluginViewerImpl::Print(void)
return NS_OK;
}
NS_IMETHODIMP
PluginViewerImpl::PrintContent()
{
return NS_OK;
}
NS_IMETHODIMP
PluginViewerImpl::SetEnableRendering(PRBool aOn)
{