Added #define NS_INLINE_PLUGIN_PROGID_PREFIX "component://netscape/inline-plugin/" to be used a the prefix for the ProgID of all plugins.

This commit is contained in:
hoa.nguyen%intel.com 1999-07-20 23:49:51 +00:00
parent 19be81ed87
commit ba68770ede
2 changed files with 6 additions and 0 deletions

View File

@ -45,6 +45,9 @@
#define NS_PLUGIN_CID \
{ 0xffc63200, 0xcf09, 0x11d2, { 0xa5, 0xa0, 0xbc, 0x8f, 0x7a, 0xd2, 0x1d, 0xfc } }
// Prefix for ProgID of all plugins
#define NS_INLINE_PLUGIN_PROGID_PREFIX "component://netscape/inline-plugin/"
/**
* The nsIPlugin interface is the minimum interface plugin developers need to
* support in order to implement a plugin. The plugin manager may QueryInterface

View File

@ -45,6 +45,9 @@
#define NS_PLUGIN_CID \
{ 0xffc63200, 0xcf09, 0x11d2, { 0xa5, 0xa0, 0xbc, 0x8f, 0x7a, 0xd2, 0x1d, 0xfc } }
// Prefix for ProgID of all plugins
#define NS_INLINE_PLUGIN_PROGID_PREFIX "component://netscape/inline-plugin/"
/**
* The nsIPlugin interface is the minimum interface plugin developers need to
* support in order to implement a plugin. The plugin manager may QueryInterface