Remove definition of NS_DECL_IOBSERVER and SERVICE and replace uses with xpidl-generated NS_DECL_NSIOBSERVER macro.

git-svn-id: svn://10.0.0.236/trunk@44051 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mccabe%netscape.com
1999-08-22 09:18:49 +00:00
parent 9d66eb00c5
commit 4a3290544c
10 changed files with 8 additions and 17 deletions

View File

@@ -51,7 +51,7 @@ public:
}
virtual ~TestObserver() {}
NS_DECL_ISUPPORTS
NS_DECL_IOBSERVER
NS_DECL_NSIOBSERVER
nsString mName;
};