Bug 18058. Remove 'commandDispatcher' from interface; obsolete. r=hyatt, a=chofmann

git-svn-id: svn://10.0.0.236/trunk@52843 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com 1999-11-05 05:30:56 +00:00
parent 2b02c816a3
commit ca247c028b
4 changed files with 0 additions and 12 deletions

View File

@ -17,12 +17,9 @@
*/
#include "nsISupports.idl"
interface nsIDOMXULCommandDispatcher;
[scriptable, uuid(D5B61B82-1DA4-11d3-BF87-00105A1B0627)]
interface nsIController : nsISupports {
attribute nsIDOMXULCommandDispatcher commandDispatcher;
boolean isCommandEnabled(in wstring command);
boolean supportsCommand(in wstring command);

View File

@ -18,12 +18,9 @@
#include "nsISupports.idl"
#include "nsIController.idl"
interface nsIDOMXULCommandDispatcher;
[scriptable, uuid(A5ED3A01-7CC7-11d3-BF87-00105A1B0627)]
interface nsIControllers : nsISupports {
attribute nsIDOMXULCommandDispatcher commandDispatcher;
nsIController getControllerForCommand(in wstring command);
void insertControllerAt(in unsigned long index, in nsIController controller);

View File

@ -17,12 +17,9 @@
*/
#include "nsISupports.idl"
interface nsIDOMXULCommandDispatcher;
[scriptable, uuid(D5B61B82-1DA4-11d3-BF87-00105A1B0627)]
interface nsIController : nsISupports {
attribute nsIDOMXULCommandDispatcher commandDispatcher;
boolean isCommandEnabled(in wstring command);
boolean supportsCommand(in wstring command);

View File

@ -18,12 +18,9 @@
#include "nsISupports.idl"
#include "nsIController.idl"
interface nsIDOMXULCommandDispatcher;
[scriptable, uuid(A5ED3A01-7CC7-11d3-BF87-00105A1B0627)]
interface nsIControllers : nsISupports {
attribute nsIDOMXULCommandDispatcher commandDispatcher;
nsIController getControllerForCommand(in wstring command);
void insertControllerAt(in unsigned long index, in nsIController controller);