mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 11:38:16 +00:00
![sspitzer%netscape.com](/assets/img/avatar_default.png)
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.
25 lines
735 B
C++
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__ */
|