added the correct EventQueueCID

This commit is contained in:
valeski%netscape.com 1999-05-18 20:56:25 +00:00
Родитель bf249b5bcf
Коммит 1e4cda8972
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -24,11 +24,12 @@
#include "nsIByteBufferInputStream.h"
#include "nsFtpConnectionThread.h"
#include "nsIEventQueueService.h"
#include "nsXPComCIID.h"
#include "prprf.h" // PR_sscanf
static NS_DEFINE_IID(kISupportsIID, NS_ISUPPORTS_IID);
static NS_DEFINE_CID(kEventQueueService, NS_EVENTQUEUE_CID);
static NS_DEFINE_CID(kEventQueueService, NS_EVENTQUEUESERVICE_CID);
// There are actually two transport connections established for an
// ftp connection. One is used for the command channel , and