From 1b261683d0765d0316be880560992beb54315532 Mon Sep 17 00:00:00 2001 From: Mark Banner Date: Wed, 14 Jan 2009 14:58:03 +0000 Subject: [PATCH] No bug, remove some unused files from mailnews/compose/public rs=Neil --- mailnews/compose/public/nsMsgCompFieldsFact.h | 3 -- mailnews/compose/public/nsMsgComposeFact.h | 52 ------------------ mailnews/compose/public/nsMsgPostFact.h | 52 ------------------ mailnews/compose/public/nsMsgSendFact.h | 53 ------------------- mailnews/compose/public/nsMsgSendLaterFact.h | 53 ------------------- 5 files changed, 213 deletions(-) delete mode 100644 mailnews/compose/public/nsMsgCompFieldsFact.h delete mode 100644 mailnews/compose/public/nsMsgComposeFact.h delete mode 100644 mailnews/compose/public/nsMsgPostFact.h delete mode 100644 mailnews/compose/public/nsMsgSendFact.h delete mode 100644 mailnews/compose/public/nsMsgSendLaterFact.h diff --git a/mailnews/compose/public/nsMsgCompFieldsFact.h b/mailnews/compose/public/nsMsgCompFieldsFact.h deleted file mode 100644 index 7494448d5a..0000000000 --- a/mailnews/compose/public/nsMsgCompFieldsFact.h +++ /dev/null @@ -1,3 +0,0 @@ -#include "nsIMsgCompFields.h" - -extern nsresult NS_NewMsgCompFields(const nsIID &aIID, void ** aInstancePtrResult); diff --git a/mailnews/compose/public/nsMsgComposeFact.h b/mailnews/compose/public/nsMsgComposeFact.h deleted file mode 100644 index a6a38ce046..0000000000 --- a/mailnews/compose/public/nsMsgComposeFact.h +++ /dev/null @@ -1,52 +0,0 @@ -/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* ***** BEGIN LICENSE BLOCK ***** - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 - * - * The contents of this file are subject to the Mozilla Public License Version - * 1.1 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the - * License. - * - * The Original Code is mozilla.org code. - * - * The Initial Developer of the Original Code is - * Netscape Communications Corporation. - * Portions created by the Initial Developer are Copyright (C) 1998 - * the Initial Developer. All Rights Reserved. - * - * Contributor(s): - * - * Alternatively, the contents of this file may be used under the terms of - * either of the GNU General Public License Version 2 or later (the "GPL"), - * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - * in which case the provisions of the GPL or the LGPL are applicable instead - * of those above. If you wish to allow use of your version of this file only - * under the terms of either the GPL or the LGPL, and not to allow others to - * use your version of this file under the terms of the MPL, indicate your - * decision by deleting the provisions above and replace them with the notice - * and other provisions required by the GPL or the LGPL. If you do not delete - * the provisions above, a recipient may use your version of this file under - * the terms of any one of the MPL, the GPL or the LGPL. - * - * ***** END LICENSE BLOCK ***** */ - -/******************************************************************************************************** - - Message Compose Class Factory. - -*********************************************************************************************************/ - -#ifndef _MsgComposeFact_H_ -#define _MsgComposeFact_H_ - -#include "nsIMsgCompose.h" - -extern nsresult NS_NewMsgCompose(const nsIID &aIID, void ** aInstancePtrResult); - - -#endif diff --git a/mailnews/compose/public/nsMsgPostFact.h b/mailnews/compose/public/nsMsgPostFact.h deleted file mode 100644 index 400ab30b38..0000000000 --- a/mailnews/compose/public/nsMsgPostFact.h +++ /dev/null @@ -1,52 +0,0 @@ -/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* ***** BEGIN LICENSE BLOCK ***** - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 - * - * The contents of this file are subject to the Mozilla Public License Version - * 1.1 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the - * License. - * - * The Original Code is mozilla.org code. - * - * The Initial Developer of the Original Code is - * Netscape Communications Corporation. - * Portions created by the Initial Developer are Copyright (C) 1998 - * the Initial Developer. All Rights Reserved. - * - * Contributor(s): - * - * Alternatively, the contents of this file may be used under the terms of - * either of the GNU General Public License Version 2 or later (the "GPL"), - * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - * in which case the provisions of the GPL or the LGPL are applicable instead - * of those above. If you wish to allow use of your version of this file only - * under the terms of either the GPL or the LGPL, and not to allow others to - * use your version of this file under the terms of the MPL, indicate your - * decision by deleting the provisions above and replace them with the notice - * and other provisions required by the GPL or the LGPL. If you do not delete - * the provisions above, a recipient may use your version of this file under - * the terms of any one of the MPL, the GPL or the LGPL. - * - * ***** END LICENSE BLOCK ***** */ - -/******************************************************************************************************** - - Message Post Class Factory. - -*********************************************************************************************************/ - -#ifndef _MsgPostFact_H_ -#define _MsgPostFact_H_ - -#include "nsIMsgPost.h" - -extern nsresult NS_NewMsgPost(const nsIID &aIID, void ** aInstancePtrResult); - -#endif - diff --git a/mailnews/compose/public/nsMsgSendFact.h b/mailnews/compose/public/nsMsgSendFact.h deleted file mode 100644 index 14b0578dbf..0000000000 --- a/mailnews/compose/public/nsMsgSendFact.h +++ /dev/null @@ -1,53 +0,0 @@ -/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* ***** BEGIN LICENSE BLOCK ***** - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 - * - * The contents of this file are subject to the Mozilla Public License Version - * 1.1 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the - * License. - * - * The Original Code is mozilla.org code. - * - * The Initial Developer of the Original Code is - * Netscape Communications Corporation. - * Portions created by the Initial Developer are Copyright (C) 1998 - * the Initial Developer. All Rights Reserved. - * - * Contributor(s): - * - * Alternatively, the contents of this file may be used under the terms of - * either of the GNU General Public License Version 2 or later (the "GPL"), - * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - * in which case the provisions of the GPL or the LGPL are applicable instead - * of those above. If you wish to allow use of your version of this file only - * under the terms of either the GPL or the LGPL, and not to allow others to - * use your version of this file under the terms of the MPL, indicate your - * decision by deleting the provisions above and replace them with the notice - * and other provisions required by the GPL or the LGPL. If you do not delete - * the provisions above, a recipient may use your version of this file under - * the terms of any one of the MPL, the GPL or the LGPL. - * - * ***** END LICENSE BLOCK ***** */ - -/******************************************************************************************************** - - Message Send Class Factory. - -*********************************************************************************************************/ - -#ifndef _MsgSendFact_H_ -#define _MsgSendFact_H_ - -#include "nsIMsgSend.h" - -extern nsresult NS_NewMsgSend(const nsIID &aIID, void ** aInstancePtrResult); - - -#endif - diff --git a/mailnews/compose/public/nsMsgSendLaterFact.h b/mailnews/compose/public/nsMsgSendLaterFact.h deleted file mode 100644 index 07912fbca6..0000000000 --- a/mailnews/compose/public/nsMsgSendLaterFact.h +++ /dev/null @@ -1,53 +0,0 @@ -/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* ***** BEGIN LICENSE BLOCK ***** - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 - * - * The contents of this file are subject to the Mozilla Public License Version - * 1.1 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the - * License. - * - * The Original Code is mozilla.org code. - * - * The Initial Developer of the Original Code is - * Netscape Communications Corporation. - * Portions created by the Initial Developer are Copyright (C) 1998 - * the Initial Developer. All Rights Reserved. - * - * Contributor(s): - * - * Alternatively, the contents of this file may be used under the terms of - * either of the GNU General Public License Version 2 or later (the "GPL"), - * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - * in which case the provisions of the GPL or the LGPL are applicable instead - * of those above. If you wish to allow use of your version of this file only - * under the terms of either the GPL or the LGPL, and not to allow others to - * use your version of this file under the terms of the MPL, indicate your - * decision by deleting the provisions above and replace them with the notice - * and other provisions required by the GPL or the LGPL. If you do not delete - * the provisions above, a recipient may use your version of this file under - * the terms of any one of the MPL, the GPL or the LGPL. - * - * ***** END LICENSE BLOCK ***** */ - -/******************************************************************************************************** - - Message Send Later Class Factory. - -*********************************************************************************************************/ - -#ifndef _MsgSendLaterFact_H_ -#define _MsgSendLaterFact_H_ - -#include "nsIMsgSendLater.h" - -extern nsresult NS_NewMsgSendLater(const nsIID &aIID, void ** aInstancePtrResult); - - -#endif -