remove unnecessary files, and fixup includes to avoid use of %{C++

This commit is contained in:
alecf%netscape.com 1999-06-09 00:34:51 +00:00
Родитель 8c8e6030e4
Коммит 77f0e5e0ac
13 изменённых файлов: 5 добавлений и 19 удалений

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

@ -16,16 +16,6 @@
# This is a list of local files which get copied to the mozilla:dist:mailnews directory
#
#[installed by xpidl] nsINNTPNewsgroupList.h
#[installed by xpidl] nsINNTPCategory.h
#[installed by xpidl] nsINNTPCategoryContainer.h
#[installed by xpidl] nsINNTPHost.h
#[installed by xpidl] nsINNTPNewsgroup.h
#[installed by xpidl] nsIMsgOfflineNewsState.h
#[installed by xpidl] nsINNTPArticleList.h
#[installed by xpidl] nsINntpService.h
#[installed by xpidl] nsINntpIncomingServer.h
nsINNTPNewsgroupPost.h
nsINNTPProtocol.h
nsINntpUrl.h

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

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

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

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

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

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

@ -18,10 +18,8 @@
#include "nsISupports.idl"
%{ C++
#include "nsINNTPNewsgroup.h"
#include "nsINNTPNewsgroupList.h"
%}
#include "nsINNTPNewsgroup.idl"
#include "nsINNTPNewsgroupList.idl"
interface nsINNTPNewsgroup;
interface nsINNTPNewsgroupList;

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

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

@ -25,9 +25,9 @@
#include "nsISupports.idl"
#include "nsINNTPNewsgroupList.idl"
%{ C++
#include "nsINNTPNewsgroupList.h"
#include "nsMsgKeySet.h"
%}

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

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

@ -22,10 +22,8 @@
* to destroy the DBView)
*/
#include "nsISupports.idl"
%{ C++
#include "nsINNTPHost.h"
%}
#include "nsINNTPHost.idl"
#include "nsINNTPNewsgroup.idl"
interface nsINNTPHost;
interface nsINNTPNewsgroup;

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

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