whoops, fix build bustage.
git-svn-id: svn://10.0.0.236/trunk@64344 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -31,14 +31,7 @@
|
||||
#include "nsIFileSpec.h"
|
||||
#include "nsFileStream.h"
|
||||
|
||||
// sorry, unix & mac will have to wait for tomorrow. camelot is down.
|
||||
#if defined(XP_WIN)
|
||||
#define HAVE_REAL_SUBSCRIBE 1
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_REAL_SUBSCRIBE
|
||||
#include "nsISubscribeDialogListener.h"
|
||||
#endif
|
||||
#ifdef DEBUG_seth
|
||||
#define DO_HASHING_OF_HOSTNAME 1
|
||||
#endif /* DEBUG_seth */
|
||||
|
||||
@@ -35,16 +35,27 @@
|
||||
#include "plstr.h"
|
||||
#include "prprf.h"
|
||||
|
||||
#ifdef HAVE_REAL_SUBSCRIBE
|
||||
#include "nsISubscribeDialogListener.h"
|
||||
#endif
|
||||
|
||||
/* get some implementation from nsMsgIncomingServer */
|
||||
#ifdef HAVE_REAL_SUBSCRIBE
|
||||
class nsNntpIncomingServer : public nsMsgIncomingServer,
|
||||
public nsINntpIncomingServer,
|
||||
public nsISubscribeDialogMaster
|
||||
#else
|
||||
class nsNntpIncomingServer : public nsMsgIncomingServer,
|
||||
public nsINntpIncomingServer
|
||||
#endif
|
||||
|
||||
{
|
||||
public:
|
||||
NS_DECL_ISUPPORTS_INHERITED
|
||||
NS_DECL_NSINNTPINCOMINGSERVER
|
||||
#ifdef HAVE_REAL_SUBSCRIBE
|
||||
NS_DECL_NSISUBSCRIBEDIALOGMASTER
|
||||
#endif
|
||||
nsNntpIncomingServer();
|
||||
virtual ~nsNntpIncomingServer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user