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

This commit is contained in:
waterson%netscape.com 1999-11-05 05:30:56 +00:00
Родитель 5d9420b596
Коммит dfd9dd6eaa
4 изменённых файлов: 0 добавлений и 12 удалений

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

@ -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);

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

@ -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);

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

@ -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);

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

@ -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);