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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user