Make GetType() return int instead of nsresult (bug 167762), r=peterl@netscape.com, sr=kin@netscape.com

This commit is contained in:
jkeiser@netscape.com
2002-12-18 23:38:09 +00:00
parent f2dec142bf
commit 4abefda8a3
51 changed files with 136 additions and 323 deletions

View File

@@ -128,7 +128,7 @@ public:
virtual nsresult RequiresWidget(PRBool &aRequiresWidget);
NS_IMETHOD GetType(PRInt32* aType) const;
NS_IMETHOD_(PRInt32) GetType() const;
NS_IMETHOD GetName(nsAString* aName);
NS_IMETHOD GetValue(nsAString* aName);
virtual void MouseClicked(nsIPresContext* aPresContext);