This commit is contained in:
spider 1998-05-14 00:38:37 +00:00
Родитель bbc0c2d55d
Коммит ea2d84e23a
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -22,6 +22,10 @@
#include "nsshell.h"
#include "nscore.h"
#include "nsIShellInstance.h"
class nsIShellInstance;
#define NS_IAPPLICATIONSHELL_IID \
{ 0xaf9a93e0, 0xdebc, 0x11d1, \
{0x92, 0x44, 0x00, 0x80, 0x5f, 0x8a, 0x7a, 0xb6} }
@ -40,6 +44,7 @@ class nsIApplicationShell : public nsISupports {
public:
// Create a native window for this web widget; may be called once
NS_IMETHOD Init() = 0;
NS_IMETHOD Init(nsIShellInstance * aShellInstance) = 0;
NS_IMETHOD Run() = 0;