[Not part of build] Changed getServices() to attribute services.

This commit is contained in:
beard%netscape.com 2000-09-19 14:48:11 +00:00
Родитель 61ded06b16
Коммит e4d75a2017
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -33,5 +33,5 @@ interface nsILeakDetector : nsISupports {
void traceObject(in nsISupports object, in PRBool verbose);
void traceCollection(in nsICollection objects, in PRBool verbose);
void markObject(in nsISupports object, in PRBool marked);
nsISupports getServices();
readonly attribute nsISupports services;
};