From 314f8a80e8956d3a219604d5f72c8fb8962ab093 Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Fri, 4 Oct 2002 22:29:27 +0000 Subject: [PATCH] adding UNDER_REVIEW --- xpcom/ds/nsIStringService.idl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xpcom/ds/nsIStringService.idl b/xpcom/ds/nsIStringService.idl index 3b2c231ca13..0acb4bee1c0 100644 --- a/xpcom/ds/nsIStringService.idl +++ b/xpcom/ds/nsIStringService.idl @@ -40,6 +40,12 @@ [ptr] native nsAString(nsAString); [ptr] native nsACString(nsACString); +/** + * nsIStringService - A factory for nsAString and nsACString objects. + * + * UNDER_REVIEW + */ + [uuid(1e66d70c-d649-441b-ac90-bf6429ead7da)] interface nsIStringService : nsISupports {