not part of the seamonkey build

remove class id and progid from the interface
This commit is contained in:
mscott%netscape.com 1999-11-01 19:51:05 +00:00
Родитель a57216e267
Коммит 09892cb026
1 изменённых файлов: 0 добавлений и 9 удалений

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

@ -69,12 +69,3 @@ interface nsIURIDispatcher : nsISupports
in nsIURI aReferringURI);
};
%{C++
#define NS_URIDISPATCHER_CID \
{ /* EBBBBFE1-8BE8-11d3-989D-001083010E9B */ \
0xebbbbfe1, 0x8be8, 0x11d3, \
{0x98, 0x9d, 0x0, 0x10, 0x83, 0x1, 0xe, 0x9b}}
#define NS_URIDISPATCHER_PROGID \
"component://netscape/network/uri-dispatcher-service"
%}