replaced by generic nsISupports. Added nsIXPFCContentSink interface to implement the SetContentSinkContainer method. git-svn-id: svn://10.0.0.236/trunk@14361 18797224-902f-48f8-a5cc-f745e15eee43
28 lines
731 B
Plaintext
28 lines
731 B
Plaintext
#
|
|
# CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF
|
|
# NETSCAPE COMMUNICATIONS CORPORATION
|
|
# Copyright (C) 1996 Netscape Communications Corporation. All Rights
|
|
# Reserved. Use of this Source Code is subject to the terms of the
|
|
# applicable license agreement from Netscape Communications Corporation.
|
|
# The copyright notice(s) in this Source Code does not indicate actual or
|
|
# intended publication of this Source Code.
|
|
#
|
|
GDEPTH = ../../..
|
|
DEPTH = ../../..
|
|
|
|
EXPORTS = \
|
|
nsIXMLParserObject.h \
|
|
nsIMenuManager.h \
|
|
nsIXPFCToolbarManager.h \
|
|
nsIXPFCXMLContentSink.h \
|
|
nsIXPFCICalContentSink.h \
|
|
nsIXPFCContentSink.h \
|
|
$(NULL)
|
|
|
|
PRIVATE_EXPORTS = \
|
|
$(NULL)
|
|
|
|
MODULE = xpfc
|
|
|
|
REQUIRES = raptor
|