Moved GetPeer from JVMPluginInstance to PluginInstance

git-svn-id: svn://10.0.0.236/branches/OJI_19980618_BRANCH@4893 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren
1998-07-02 06:33:44 +00:00
parent 9bf2d23fe1
commit 6742b4835e
3 changed files with 7 additions and 6 deletions

View File

@@ -4442,11 +4442,11 @@ NPL_GetOJIPluginInstance(NPEmbeddedApp *embed)
// Used by layout code to get to a text representing a java bean.
PR_IMPLEMENT(char *)
PR_IMPLEMENT(const char *)
NPL_GetText(struct nsIPluginInstance *psNPIT)
{
nsIPluginInstance *pNPIT = (nsIPluginInstance *)psNPIT;
char *text = NULL;
const char *text = NULL;
nsIJVMPluginInstance *pJVMPIT = NULL;
NS_DEFINE_IID(kJvmPluginInstanceIID, NS_IJVMPLUGININSTANCE_IID);