166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
git-svn-id: svn://10.0.0.236/trunk@129050 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user