From f809da45c8c28e44fe16a8dfe48af7fae88ba9d0 Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Wed, 18 Aug 1999 02:15:29 +0000 Subject: [PATCH] Re-add nsIDOMXULTreeElement.h to the build, pending selection API work. git-svn-id: svn://10.0.0.236/trunk@43446 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/dom/public/xul/nsIDOMXULTreeElement.h | 50 +++++++++++++++++++ mozilla/rdf/content/public/MANIFEST | 1 + mozilla/rdf/content/public/Makefile.in | 1 + mozilla/rdf/content/public/makefile.win | 1 + .../rdf/content/public/nsIDOMXULTreeElement.h | 50 +++++++++++++++++++ 5 files changed, 103 insertions(+) create mode 100644 mozilla/dom/public/xul/nsIDOMXULTreeElement.h create mode 100644 mozilla/rdf/content/public/nsIDOMXULTreeElement.h diff --git a/mozilla/dom/public/xul/nsIDOMXULTreeElement.h b/mozilla/dom/public/xul/nsIDOMXULTreeElement.h new file mode 100644 index 00000000000..21d4344e55c --- /dev/null +++ b/mozilla/dom/public/xul/nsIDOMXULTreeElement.h @@ -0,0 +1,50 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * 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. + */ +/* AUTO-GENERATED. DO NOT EDIT!!! */ + +#ifndef nsIDOMXULTreeElement_h__ +#define nsIDOMXULTreeElement_h__ + +#include "nsISupports.h" +#include "nsString.h" +#include "nsIScriptContext.h" +#include "nsIDOMXULElement.h" + + +#define NS_IDOMXULTREEELEMENT_IID \ + { 0xa6cf90ec, 0x15b3, 0x11d2, \ + {0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32} } + +class nsIDOMXULTreeElement : public nsIDOMXULElement { +public: + static const nsIID& GetIID() { static nsIID iid = NS_IDOMXULTREEELEMENT_IID; return iid; } +}; + + +#define NS_DECL_IDOMXULTREEELEMENT \ + + + +#define NS_FORWARD_IDOMXULTREEELEMENT(_to) \ + + +extern "C" NS_DOM nsresult NS_InitXULTreeElementClass(nsIScriptContext *aContext, void **aPrototype); + +extern "C" NS_DOM nsresult NS_NewScriptXULTreeElement(nsIScriptContext *aContext, nsISupports *aSupports, nsISupports *aParent, void **aReturn); + +#endif // nsIDOMXULTreeElement_h__ diff --git a/mozilla/rdf/content/public/MANIFEST b/mozilla/rdf/content/public/MANIFEST index 253e1bfa89c..29703b69f44 100644 --- a/mozilla/rdf/content/public/MANIFEST +++ b/mozilla/rdf/content/public/MANIFEST @@ -3,6 +3,7 @@ nsIDOMElementObserver.h nsIDOMNodeObserver.h nsIDOMXULDocument.h nsIDOMXULElement.h +nsIDOMXULTreeElement.h nsIRDFContentModelBuilder.h nsIRDFDocument.h nsIXULSortService.h diff --git a/mozilla/rdf/content/public/Makefile.in b/mozilla/rdf/content/public/Makefile.in index 62eb06ba373..e4531f8b69e 100644 --- a/mozilla/rdf/content/public/Makefile.in +++ b/mozilla/rdf/content/public/Makefile.in @@ -29,6 +29,7 @@ EXPORTS = \ nsIDOMNodeObserver.h \ nsIDOMXULDocument.h \ nsIDOMXULElement.h \ + nsIDOMXULTreeElement.h \ nsIRDFContentModelBuilder.h \ nsIRDFDocument.h \ nsIXULSortService.h \ diff --git a/mozilla/rdf/content/public/makefile.win b/mozilla/rdf/content/public/makefile.win index 0690781f5f7..ad0e9e93b39 100644 --- a/mozilla/rdf/content/public/makefile.win +++ b/mozilla/rdf/content/public/makefile.win @@ -25,6 +25,7 @@ EXPORTS = \ nsIDOMNodeObserver.h \ nsIDOMXULDocument.h \ nsIDOMXULElement.h \ + nsIDOMXULTreeElement.h \ nsIRDFContentModelBuilder.h \ nsIRDFDocument.h \ nsIXULSortService.h \ diff --git a/mozilla/rdf/content/public/nsIDOMXULTreeElement.h b/mozilla/rdf/content/public/nsIDOMXULTreeElement.h new file mode 100644 index 00000000000..21d4344e55c --- /dev/null +++ b/mozilla/rdf/content/public/nsIDOMXULTreeElement.h @@ -0,0 +1,50 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * 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. + */ +/* AUTO-GENERATED. DO NOT EDIT!!! */ + +#ifndef nsIDOMXULTreeElement_h__ +#define nsIDOMXULTreeElement_h__ + +#include "nsISupports.h" +#include "nsString.h" +#include "nsIScriptContext.h" +#include "nsIDOMXULElement.h" + + +#define NS_IDOMXULTREEELEMENT_IID \ + { 0xa6cf90ec, 0x15b3, 0x11d2, \ + {0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32} } + +class nsIDOMXULTreeElement : public nsIDOMXULElement { +public: + static const nsIID& GetIID() { static nsIID iid = NS_IDOMXULTREEELEMENT_IID; return iid; } +}; + + +#define NS_DECL_IDOMXULTREEELEMENT \ + + + +#define NS_FORWARD_IDOMXULTREEELEMENT(_to) \ + + +extern "C" NS_DOM nsresult NS_InitXULTreeElementClass(nsIScriptContext *aContext, void **aPrototype); + +extern "C" NS_DOM nsresult NS_NewScriptXULTreeElement(nsIScriptContext *aContext, nsISupports *aSupports, nsISupports *aParent, void **aReturn); + +#endif // nsIDOMXULTreeElement_h__