This commit is contained in:
pavlov%netscape.com 1999-10-01 09:24:34 +00:00
Родитель 4cbc9784d7
Коммит 34269f2f9b
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -86,7 +86,7 @@ NS_IMETHODIMP nsAppShell::Create(int* argc, char ** argv)
// Enter a message handler loop
//
//-------------------------------------------------------------------------
nsresult nsAppShell::Run()
NS_IMETHODIMP nsAppShell::Run()
{
if (!mMacPump.get())
return NS_ERROR_NOT_INITIALIZED;

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

@ -60,7 +60,7 @@ class nsAppShell : public nsIAppShell
// nsIAppShellInterface
NS_IMETHOD Create(int* argc, char ** argv);
virtual nsresult Run();
NS_IMETHOD Run();
NS_IMETHOD Spinup();
NS_IMETHOD Spindown();
NS_IMETHOD PushThreadEventQueue();