Landing DNS_CANCEL_BRANCH. Moving Init() method to interface.

This commit is contained in:
gordon%netscape.com 2000-03-27 22:16:20 +00:00
Родитель ce2045282c
Коммит 48d21bfb64
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -55,7 +55,7 @@ interface nsISocketTransportService : nsISupports
* Connection: close header (for HTTP) and timeouts! * Connection: close header (for HTTP) and timeouts!
*/ */
boolean reuseTransport(in nsIChannel i_Transport); boolean reuseTransport(in nsIChannel i_Transport);
void init ();
void shutdown (); void shutdown ();
void wakeup (in nsIChannel i_Transport); void wakeup (in nsIChannel i_Transport);
}; };