gecko-dev/mailnews/news/public/nsINntpIncomingServer.h
sspitzer%netscape.com 1032cde167 a whole bunch of changes.
No more NS_New* for the news objects.  Now you must go through the component
manager and use the news factory.

fixes all over to deal with this.

Fix the MODULE.  It should be news, not mailnews or nntp.

more scriptability (XPIDL) changes for news.
1999-06-03 02:24:08 +00:00

25 lines
735 B
C++

/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsINntpIncomingServer.idl
*/
#ifndef __gen_nsINntpIncomingServer_h__
#define __gen_nsINntpIncomingServer_h__
#include "nsISupports.h" /* interface nsISupports */
#include "nsrootidl.h" /* interface nsrootidl */
/* starting interface: nsINntpIncomingServer */
/* {21ea0654-f773-11d2-8aec-004005263078} */
#define NS_INNTPINCOMINGSERVER_IID_STR "21ea0654-f773-11d2-8aec-004005263078"
#define NS_INNTPINCOMINGSERVER_IID \
{0x21ea0654, 0xf773, 0x11d2, \
{ 0x8a, 0xec, 0x00, 0x40, 0x05, 0x26, 0x30, 0x78 }}
class nsINntpIncomingServer : public nsISupports {
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_INNTPINCOMINGSERVER_IID)
};
#endif /* __gen_nsINntpIncomingServer_h__ */