From 895980b124db3a0c210c3699b4b8620a1f698b8c Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Fri, 27 Sep 2002 19:33:01 +0000 Subject: [PATCH] add documentation and comments, mark interface UNDER_REVIEW (also not part of build) --- xpcom/ds/nsIArray.idl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/xpcom/ds/nsIArray.idl b/xpcom/ds/nsIArray.idl index fbc2eee635a..f7768df6d50 100644 --- a/xpcom/ds/nsIArray.idl +++ b/xpcom/ds/nsIArray.idl @@ -56,6 +56,8 @@ * nsIMutableArray for modification. If the interface in question had * intended the array to be modified, it would have returned an * nsIMutableArray! + * + * @status UNDER_REVIEW */ [scriptable, uuid(114744d9-c369-456e-b55a-52fe52880d2d)] interface nsIArray : nsISupports @@ -96,6 +98,14 @@ interface nsIArray : nsISupports */ }; +/** + * nsIMutableArray + * A seperate set of methods that will act on the array. Consumers of + * nsIArray should not QueryInterface to nsIMutableArray unless they + * own the array. + * + * @status UNDER_REVIEW + */ [scriptable, uuid(2cd0b2f8-d4dd-48b8-87ba-b0200501f079)] interface nsIMutableArray : nsIArray {