diff --git a/mozilla/mailnews/news/public/MANIFEST b/mozilla/mailnews/news/public/MANIFEST index d2f04a5cb5f..e79ab24a7cd 100644 --- a/mozilla/mailnews/news/public/MANIFEST +++ b/mozilla/mailnews/news/public/MANIFEST @@ -26,3 +26,4 @@ nsINNTPArticleList.h nsINntpUrl.h nsINNTPNewsgroupPost.h nsINntpService.h +nsINntpIncomingServer.h diff --git a/mozilla/mailnews/news/public/Makefile.in b/mozilla/mailnews/news/public/Makefile.in index 8c8aabe5523..1ff33586203 100644 --- a/mozilla/mailnews/news/public/Makefile.in +++ b/mozilla/mailnews/news/public/Makefile.in @@ -33,6 +33,7 @@ EXPORTS= \ nsINntpUrl.h \ nsINNTPNewsgroupPost.h \ nsINntpService.h \ + nsINntpIncomingServer.h \ $(NULL) include $(topsrcdir)/config/config.mk diff --git a/mozilla/mailnews/news/public/makefile.win b/mozilla/mailnews/news/public/makefile.win index a330cf2d848..543db461acc 100644 --- a/mozilla/mailnews/news/public/makefile.win +++ b/mozilla/mailnews/news/public/makefile.win @@ -29,6 +29,7 @@ EXPORTS = \ nsINntpUrl.h \ nsINNTPNewsgroupPost.h \ nsINntpService.h \ + nsINntpIncomingServer.h \ $(NULL) MODULE=mailnews diff --git a/mozilla/mailnews/news/src/MANIFEST b/mozilla/mailnews/news/src/MANIFEST index cd94543d4fe..1c596d7e231 100644 --- a/mozilla/mailnews/news/src/MANIFEST +++ b/mozilla/mailnews/news/src/MANIFEST @@ -24,3 +24,4 @@ nsNNTPNewsgroup.h nntpCore.h nsNNTPNewsgroupPost.h nsNewsFolder.h +nsNntpIncomingServer.h diff --git a/mozilla/mailnews/news/src/Makefile.in b/mozilla/mailnews/news/src/Makefile.in index bc4f01f42bd..816964f01a5 100644 --- a/mozilla/mailnews/news/src/Makefile.in +++ b/mozilla/mailnews/news/src/Makefile.in @@ -35,6 +35,7 @@ EXPORTS = \ nntpCore.h \ nsNntpService.h \ nsNewsFolder.h \ + nsNntpIncomingServer.h \ $(NULL) CPPSRCS = \ @@ -47,6 +48,7 @@ CPPSRCS = \ nsNNTPHost.cpp \ nsNntpService.cpp \ nsNewsFolder.cpp \ + nsNntpIncomingServer.cpp \ $(NULL) EXTRA_DSO_LDOPTS = \ diff --git a/mozilla/mailnews/news/src/makefile.win b/mozilla/mailnews/news/src/makefile.win index 6b3f99def33..2a1f260f598 100644 --- a/mozilla/mailnews/news/src/makefile.win +++ b/mozilla/mailnews/news/src/makefile.win @@ -34,6 +34,7 @@ CPPSRCS= nsNNTPProtocol.cpp \ nsNNTPHost.cpp \ nsNntpService.cpp \ nsNewsFolder.cpp \ + nsNntpIncomingServer.cpp \ $(NULL) CPP_OBJS= .\$(OBJDIR)\nsNNTPProtocol.obj \ @@ -45,6 +46,7 @@ CPP_OBJS= .\$(OBJDIR)\nsNNTPProtocol.obj \ .\$(OBJDIR)\nsNNTPHost.obj \ .\$(OBJDIR)\nsNntpService.obj \ .\$(OBJDIR)\nsNewsFolder.obj \ + .\$(OBJDIR)\nsNntpIncomingServer.obj \ $(NULL) @@ -57,6 +59,7 @@ EXPORTS= nsNNTPProtocol.h \ nsNNTPNewsgroupPost.h \ nsNntpService.h \ nsNewsFolder.h \ + nsNntpIncomingServer.h \ $(NULL) LINCS= \