This commit is contained in:
bienvenu%netscape.com 1999-02-14 19:31:54 +00:00
Родитель 1d21e06b68
Коммит cf5f976a91
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -37,6 +37,10 @@
class nsIMailboxUrl : public nsIURL
{
public:
static const nsIID& IID() {
static nsIID iid = NS_IMAILBOXURL_IID;
return iid;
}
///////////////////////////////////////////////////////////////////////////////
// Getters and Setters for the mailbox specific event sinks to bind to to your url

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

@ -36,6 +36,10 @@
class nsIPop3URL : public nsIURL
{
public:
static const nsIID& IID() {
static nsIID iid = NS_IPOP3URL_IID;
return iid;
}
///////////////////////////////////////////////////////////////////////////////
// Getters and Setters for the news specific event sinks to bind to to your url
///////////////////////////////////////////////////////////////////////////////