renaming nsMsgUtils.*, this was already being used in mozilla/mailnews/base/src

This commit is contained in:
sspitzer%netscape.com 1999-06-07 20:03:40 +00:00
parent bf2ca7ad84
commit 5a8be8c084
7 changed files with 11 additions and 10 deletions

View File

@ -38,7 +38,7 @@ EXPORTS = \
nsMsgDeliveryListener.h \
nsMsgComposeStringBundle.h \
nsMsgEncoders.h \
nsMsgUtils.h \
nsMsgCompUtils.h \
nsMsgI18N.h \
nsMsgAttachmentHandler.h \
nsMsgPrompts.h \
@ -66,7 +66,7 @@ CPPSRCS = \
nsMsgDeliveryListener.cpp \
nsMsgComposeStringBundle.cpp \
nsMsgEncoders.cpp \
nsMsgUtils.cpp \
nsMsgCompUtils.cpp \
nsMsgI18N.cpp \
nsMsgAttachmentHandler.cpp \
nsMsgPrompts.cpp \

View File

@ -34,6 +34,7 @@ EXPORTS= nsSmtpUrl.h \
nsMsgZapIt.h \
nsMsgCreate.h \
nsMsgSendLater.h \
nsMsgCompUtils.h \
$(NULL)
################################################################################
@ -65,7 +66,7 @@ CPP_OBJS= .\$(OBJDIR)\nsMsgCompFields.obj \
.\$(OBJDIR)\nsMsgDeliveryListener.obj \
.\$(OBJDIR)\nsMsgComposeStringBundle.obj \
.\$(OBJDIR)\nsMsgEncoders.obj \
.\$(OBJDIR)\nsMsgUtils.obj \
.\$(OBJDIR)\nsMsgCompUtils.obj \
.\$(OBJDIR)\nsMsgI18N.obj \
.\$(OBJDIR)\nsMsgAttachmentHandler.obj \
.\$(OBJDIR)\nsMsgPrompts.obj \

View File

@ -20,7 +20,7 @@
#include "nsMsgCompPrefs.h"
#include "nsMsgAttachmentHandler.h"
#include "nsMsgSend.h"
#include "nsMsgUtils.h"
#include "nsMsgCompUtils.h"
#include "nsIPref.h"
#include "nsMsgEncoders.h"
#include "nsMsgI18N.h"

View File

@ -16,7 +16,7 @@
* Reserved.
*/
#include "nsCOMPtr.h"
#include "nsMsgUtils.h"
#include "nsMsgCompUtils.h"
#include "nsIPref.h"
#include "prmem.h"
#include "nsMsgSend.h"

View File

@ -16,8 +16,8 @@
* Reserved.
*/
#ifndef _nsMsgUtils_H_
#define _nsMsgUtils_H_
#ifndef _nsMsgCompUtils_H_
#define _nsMsgCompUtils_H_
#include "nscore.h"
#include "nsMsgSend.h"
@ -105,5 +105,5 @@ PRBool nsMsgMIMEGetConformToStandard (void);
NS_END_EXTERN_C
#endif /* _nsMsgUtils_H_ */
#endif /* _nsMsgCompUtils_H_ */

View File

@ -38,7 +38,7 @@
#include "nsIMimeURLUtils.h"
#include "nsMsgComposeStringBundle.h"
#include "nsMsgEncoders.h"
#include "nsMsgUtils.h"
#include "nsMsgCompUtils.h"
#include "nsMsgI18N.h"
#include "nsMsgPrompts.h"

View File

@ -24,7 +24,7 @@
#include "nsIMimeURLUtils.h"
#include "nsMsgEncoders.h"
#include "nsMsgI18N.h"
#include "nsMsgUtils.h"
#include "nsMsgCompUtils.h"
#include "MsgCompGlue.h"