This commit is contained in:
beard%netscape.com 1999-03-13 03:12:16 +00:00
Родитель 1e01f5a023
Коммит cab2d1e4e7
6 изменённых файлов: 38 добавлений и 32 удалений

Просмотреть файл

@ -41,12 +41,21 @@
// File Utilities Interface
// This interface reflects operations only available in Communicator 5.0.
#define NS_IFILEUTILITIES_IID \
{ /* 89a31ce0-019a-11d2-815b-006008119d7a */ \
0x89a31ce0, \
0x019a, \
0x11d2, \
{0x81, 0x5b, 0x00, 0x60, 0x08, 0x11, 0x9d, 0x7a} \
}
/**
* The nsIFileUtilities interface provides access to random file operations.
* To obtain: QueryInterface on nsIPluginManager.
*/
class nsIFileUtilities : public nsISupports {
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IFILEUTILITIES_IID)
/**
* Returns the name of the browser executable program.
@ -79,14 +88,6 @@ public:
};
#define NS_IFILEUTILITIES_IID \
{ /* 89a31ce0-019a-11d2-815b-006008119d7a */ \
0x89a31ce0, \
0x019a, \
0x11d2, \
{0x81, 0x5b, 0x00, 0x60, 0x08, 0x11, 0x9d, 0x7a} \
}
////////////////////////////////////////////////////////////////////////////////
#endif /* nsIFileUtilities_h___ */

Просмотреть файл

@ -40,8 +40,17 @@
// Plugin Manager 2 Interface
// These extensions to nsIPluginManager are only available in Communicator 5.0.
#define NS_IPLUGINMANAGER2_IID \
{ /* d2962dc0-4eb6-11d2-8164-006008119d7a */ \
0xd2962dc0, \
0x4eb6, \
0x11d2, \
{0x81, 0x64, 0x00, 0x60, 0x08, 0x11, 0x9d, 0x7a} \
}
class nsIPluginManager2 : public nsIPluginManager {
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IPLUGINMANAGER2_IID)
/**
* Puts up a wait cursor.
@ -175,14 +184,6 @@ public:
#endif
};
#define NS_IPLUGINMANAGER2_IID \
{ /* d2962dc0-4eb6-11d2-8164-006008119d7a */ \
0xd2962dc0, \
0x4eb6, \
0x11d2, \
{0x81, 0x64, 0x00, 0x60, 0x08, 0x11, 0x9d, 0x7a} \
}
////////////////////////////////////////////////////////////////////////////////
#endif /* nsIPluginManager2_h___ */

Просмотреть файл

@ -36,6 +36,7 @@ class nsIURL;
struct nsIPluginHost : public nsIFactory
{
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IPLUGINHOST_IID)
NS_IMETHOD
Init(void) = 0;

Просмотреть файл

@ -36,6 +36,7 @@ class nsIURL;
struct nsIPluginHost : public nsIFactory
{
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IPLUGINHOST_IID)
NS_IMETHOD
Init(void) = 0;

Просмотреть файл

@ -41,12 +41,21 @@
// File Utilities Interface
// This interface reflects operations only available in Communicator 5.0.
#define NS_IFILEUTILITIES_IID \
{ /* 89a31ce0-019a-11d2-815b-006008119d7a */ \
0x89a31ce0, \
0x019a, \
0x11d2, \
{0x81, 0x5b, 0x00, 0x60, 0x08, 0x11, 0x9d, 0x7a} \
}
/**
* The nsIFileUtilities interface provides access to random file operations.
* To obtain: QueryInterface on nsIPluginManager.
*/
class nsIFileUtilities : public nsISupports {
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IFILEUTILITIES_IID)
/**
* Returns the name of the browser executable program.
@ -79,14 +88,6 @@ public:
};
#define NS_IFILEUTILITIES_IID \
{ /* 89a31ce0-019a-11d2-815b-006008119d7a */ \
0x89a31ce0, \
0x019a, \
0x11d2, \
{0x81, 0x5b, 0x00, 0x60, 0x08, 0x11, 0x9d, 0x7a} \
}
////////////////////////////////////////////////////////////////////////////////
#endif /* nsIFileUtilities_h___ */

Просмотреть файл

@ -40,8 +40,17 @@
// Plugin Manager 2 Interface
// These extensions to nsIPluginManager are only available in Communicator 5.0.
#define NS_IPLUGINMANAGER2_IID \
{ /* d2962dc0-4eb6-11d2-8164-006008119d7a */ \
0xd2962dc0, \
0x4eb6, \
0x11d2, \
{0x81, 0x64, 0x00, 0x60, 0x08, 0x11, 0x9d, 0x7a} \
}
class nsIPluginManager2 : public nsIPluginManager {
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IPLUGINMANAGER2_IID)
/**
* Puts up a wait cursor.
@ -175,14 +184,6 @@ public:
#endif
};
#define NS_IPLUGINMANAGER2_IID \
{ /* d2962dc0-4eb6-11d2-8164-006008119d7a */ \
0xd2962dc0, \
0x4eb6, \
0x11d2, \
{0x81, 0x64, 0x00, 0x60, 0x08, 0x11, 0x9d, 0x7a} \
}
////////////////////////////////////////////////////////////////////////////////
#endif /* nsIPluginManager2_h___ */