git-svn-id: svn://10.0.0.236/trunk@129050 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
2002-09-07 17:13:19 +00:00
parent 3ed78cf25b
commit e289284076
953 changed files with 1235 additions and 1194 deletions

View File

@@ -496,7 +496,7 @@ SimplePluginInstance::UnregisterSelf(nsIComponentManager* aCompMgr,
SimplePluginInstance::SimplePluginInstance(void)
: fText(NULL), fPeer(NULL), fWindow(NULL), fMode(nsPluginMode_Embedded)
{
NS_INIT_REFCNT();
NS_INIT_ISUPPORTS();
static const char text[] = "Hello World!";
fText = (char*) nsMemory::Clone(text, sizeof(text));
@@ -811,7 +811,7 @@ SimplePluginStreamListener::SimplePluginStreamListener(SimplePluginInstance* ins
const char* msgName)
: fMessageName(msgName)
{
NS_INIT_REFCNT();
NS_INIT_ISUPPORTS();
char msg[256];
sprintf(msg, "### Creating SimplePluginStreamListener for %s\n", fMessageName);
}