add private methods for targetting of commands (bug 157117, r=mkaply, sr=sfraser)

This commit is contained in:
brade%netscape.com 2002-11-11 20:15:44 +00:00
Родитель ed698a8ae0
Коммит 2af35371d8
1 изменённых файлов: 6 добавлений и 1 удалений

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

@ -20,6 +20,7 @@
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Kathleen Brade <brade@netscape.com>
*
*
* Alternatively, the contents of this file may be used under the terms of
@ -53,6 +54,7 @@ class nsIController;
class nsCommandManager : public nsICommandManager,
public nsPICommandUpdater,
// public nsISecurityCheckedComponent,
public nsSupportsWeakReference
{
@ -73,7 +75,10 @@ public:
protected:
nsresult GetControllerForCommand(const char * aCommand, nsIController** outController);
nsresult IsCallerChrome(PRBool *aIsCallerChrome);
nsresult GetControllerForCommand(const char * aCommand,
nsIDOMWindow *aDirectedToThisWindow,
nsIController** outController);
protected: