This commit is contained in:
valeski%netscape.com 2000-06-16 15:02:14 +00:00
Родитель 3a21f2c4f8
Коммит 70cda3bfd0
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -128,7 +128,7 @@ class TestConnection : public nsIRunnable,
{ {
public: public:
TestConnection(const char* aHostName, PRInt32 aPort, TestConnection(const char* aHostName, PRInt32 aPort,
PRBool aAsyncFlag, PRBool testAsyncRead); PRBool aAsyncFlag);
virtual ~TestConnection(); virtual ~TestConnection();
NS_DECL_ISUPPORTS NS_DECL_ISUPPORTS
@ -290,7 +290,7 @@ TestConnection::OnStopRequest(nsIChannel* channel,
TestConnection::TestConnection(const char* aHostName, PRInt32 aPort, TestConnection::TestConnection(const char* aHostName, PRInt32 aPort,
PRBool aAsyncFlag, PRBool testAsyncRead) PRBool aAsyncFlag)
{ {
nsresult rv; nsresult rv;