Commenting out until I figure out what I horked

git-svn-id: svn://10.0.0.236/trunk@18379 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
saari%netscape.com
1999-01-23 00:26:51 +00:00
parent 456f4bc464
commit 1606aa27bf
2 changed files with 3 additions and 1 deletions

View File

@@ -598,12 +598,14 @@ NS_METHOD nsBaseWidget::AddEventListener(nsIEventListener * aListener)
* Processes a menu event
*
**/
/*
NS_METHOD nsBaseWidget::AddMenuListener(nsIMenuListener * aListener)
{
NS_PRECONDITION(mMenuListener == nsnull, "Null menu listener");
mMenuListener = aListener;
return NS_OK;
}
*/
/**
* If the implementation of nsWindow supports borders this method MUST be overridden

View File

@@ -23,7 +23,7 @@
#include "nsIEnumerator.h"
#include "nsIMouseListener.h"
#include "nsIEventListener.h"
#include "nsIMenuListener.h"
/*#include "nsIMenuListener.h"*/
#include "nsIToolkit.h"
#include "nsStringUtil.h"
#include "nsString.h"