export a bunch of XPIDL-compatible interface stubs so that mail/news can compile

This commit is contained in:
alecf%netscape.com 1999-04-06 23:48:11 +00:00
Родитель 7d38cc678d
Коммит 472bb5064f
7 изменённых файлов: 25 добавлений и 0 удалений

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

@ -22,6 +22,15 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
IDLSRCS = \
nsIDOMBaseAppCore.idl \
nsIDOMWindow.idl \
nsIDOMNodeList.idl \
nsIDOMXULTreeElement.idl\
nsIDOMXULElement.idl \
nsIDOMEditorAppCore.idl \
$(NULL)
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk

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

@ -0,0 +1,3 @@
/* stub interface for compatibility with XPIDL */
interface nsIDOMBaseAppCore {};

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

@ -0,0 +1,3 @@
/* stub interface for compatibility with XPIDL */
interface nsIDOMEditorAppCore {};

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

@ -0,0 +1,3 @@
/* stub interface for compatibility with XPIDL */
interface nsIDOMNodeList {};

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

@ -0,0 +1,3 @@
/* stub interface for compatibility with XPIDL */
interface nsIDOMWindow {};

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

@ -0,0 +1,2 @@
/* stub interface for compatibility with XPIDL */
interface nsIDOMXULElement {};

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

@ -0,0 +1,2 @@
/* stub interface for compatibility with XPIDL */
interface nsIDOMXULTreeElement {};