michael@0: /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #ifndef nsIRDFFTP_h__ michael@0: #define nsIRDFFTP_h__ michael@0: michael@0: #include "nscore.h" michael@0: #include "nsISupports.h" michael@0: #include "nsIRDFNode.h" michael@0: michael@0: michael@0: michael@0: #define NS_IRDFFTPDATAOURCE_IID \ michael@0: { 0x1222e6f0, 0xa5e3, 0x11d2, { 0x8b, 0x7c, 0x00, 0x80, 0x5f, 0x8a, 0x7d, 0xb7 } } michael@0: michael@0: class nsIRDFFTPDataSource : public nsIRDFDataSource michael@0: { michael@0: public: michael@0: }; michael@0: michael@0: michael@0: #define NS_IRDFFTPDATASOURCECALLBACK_IID \ michael@0: { 0x204a1a00, 0xa5e4, 0x11d2, { 0x8b, 0x7c, 0x00, 0x80, 0x5f, 0x8a, 0x7d, 0xb8 } } michael@0: michael@0: class nsIRDFFTPDataSourceCallback : public nsIStreamListener michael@0: { michael@0: public: michael@0: }; michael@0: michael@0: michael@0: #endif // nsIRDFFTP_h__