Remove related links datasource. Moved to xpfe/components/related.

This commit is contained in:
waterson%netscape.com 1999-06-07 19:54:36 +00:00
Родитель 6a60a5ff6c
Коммит 13524884f1
7 изменённых файлов: 0 добавлений и 1282 удалений

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

@ -3,6 +3,5 @@ nsILocalStore.h
nsIRDFFileSystem.h
nsIRDFFind.h
nsIRDFFTP.h
nsIRelatedLinksDataSource.h
nsIXULContentSink.h

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

@ -30,7 +30,6 @@ EXPORTS = \
nsIRDFFileSystem.h \
nsIRDFFind.h \
nsIRDFFTP.h \
nsIRelatedLinksDataSource.h \
nsIXULContentSink.h \
$(NULL)

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

@ -26,7 +26,6 @@ EXPORTS = \
nsIRDFFileSystem.h \
nsIRDFFind.h \
nsIRDFFTP.h \
nsIRelatedLinksDataSource.h \
nsIXULContentSink.h \
$(NULL)

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

@ -1,44 +0,0 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* The contents of this file are subject to the Netscape Public License
* Version 1.0 (the "NPL"); you may not use this file except in
* compliance with the NPL. You may obtain a copy of the NPL at
* http://www.mozilla.org/NPL/
*
* Software distributed under the NPL is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
* for the specific language governing rights and limitations under the
* NPL.
*
* The Initial Developer of this code under the NPL is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
* Reserved.
*/
#ifndef nsIRDFRelatedLinks_h__
#define nsIRDFRelatedLinks_h__
#include "nsIRDFDataSource.h"
#include "nsIStreamListener.h"
#define NS_IRDFRELATEDLINKSDATAOURCE_IID \
{ 0xdc2fb181, 0xf7ff, 0x11d2, { 0x98, 0x20, 0xf6, 0x5e, 0xa6, 0x52, 0xae, 0x3c } }
class nsIRDFRelatedLinksDataSource : public nsIRDFDataSource
{
public:
NS_IMETHOD SetRelatedLinksURL(const char *url) = 0;
};
#define NS_IRDFRELATEDLINKSDATASOURCECALLBACK_IID \
{ 0xdc2fb183, 0xf7ff, 0x11d2, { 0x98, 0x20, 0xf6, 0x5e, 0xa6, 0x52, 0xae, 0x3c } }
class nsIRDFRelatedLinksDataSourceCallback : public nsIStreamListener
{
public:
};
#endif // nsIRDFRelatedLinks_h__

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

@ -32,7 +32,6 @@ CPPSRCS = \
nsFileSystemDataSource.cpp \
nsFindDataSource.cpp \
nsFTPDataSource.cpp \
nsRelatedLinksDataSource.cpp \
nsXULContentSink.cpp \
$(NULL)

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

@ -26,7 +26,6 @@ CPP_OBJS=\
.\$(OBJDIR)\nsFileSystemDataSource.obj \
.\$(OBJDIR)\nsFindDataSource.obj \
.\$(OBJDIR)\nsFTPDataSource.obj \
.\$(OBJDIR)\nsRelatedLinksDataSource.obj \
.\$(OBJDIR)\nsLocalStore.obj \
.\$(OBJDIR)\nsXULContentSink.obj \
$(NULL)

Разница между файлами не показана из-за своего большого размера Загрузить разницу