Add function Dispose. Fix for build bustage

git-svn-id: svn://10.0.0.236/trunk@33741 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ducarroz%netscape.com
1999-06-04 15:47:05 +00:00
parent 77bcb54189
commit 4cfbb9765a

View File

@@ -34,6 +34,9 @@ class nsIDOMComposeAppCore : public nsIDOMBaseAppCore {
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IDOMCOMPOSEAPPCORE_IID)
/* void Dispose (); */
NS_IMETHOD Dispose() = 0;
/* void SetWindow (in nsIDOMWindow ptr); */
NS_IMETHOD SetWindow(nsIDOMWindow *ptr) = 0;