added the class id to identify the actual class that implements teh nsINetNotify interface

This commit is contained in:
valeski%netscape.com 1999-06-03 20:00:38 +00:00
parent 2631821140
commit 95b3c9ed6a

View File

@ -35,4 +35,5 @@ interface nsINetModRegEntry : nsISupports {
readonly attribute nsINetNotify mNotify;
readonly attribute nsIEventQueue mEventQ;
readonly attribute string mTopic;
readonly attribute nsCIDPtr mCID;
};