mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-07 05:15:09 +00:00
renaming nsMsgUtils.*, this was already being used in mozilla/mailnews/base/src
This commit is contained in:
parent
bf2ca7ad84
commit
5a8be8c084
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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"
|
||||
|
@ -16,7 +16,7 @@
|
||||
* Reserved.
|
||||
*/
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsMsgUtils.h"
|
||||
#include "nsMsgCompUtils.h"
|
||||
#include "nsIPref.h"
|
||||
#include "prmem.h"
|
||||
#include "nsMsgSend.h"
|
@ -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_ */
|
||||
|
@ -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"
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "nsIMimeURLUtils.h"
|
||||
#include "nsMsgEncoders.h"
|
||||
#include "nsMsgI18N.h"
|
||||
#include "nsMsgUtils.h"
|
||||
#include "nsMsgCompUtils.h"
|
||||
|
||||
#include "MsgCompGlue.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user