remove nsIMessenger entirely

This commit is contained in:
alecf%netscape.com 1999-04-26 22:42:41 +00:00
parent aafb6104e5
commit 3fcb73e0a5
3 changed files with 0 additions and 60 deletions

View File

@ -35,7 +35,6 @@ IDLSRCS = \
EXPORTS = \
msgCore.h \
nsIMessenger.h \
nsMsgFolderFlags.h \
nsMsgHeaderMasks.h \
nsMsgMessageFlags.h \

View File

@ -1,33 +0,0 @@
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsIMessenger.idl
*/
#ifndef __gen_nsIMessenger_h__
#define __gen_nsIMessenger_h__
#include "nsISupports.h" /* interface nsISupports */
#include "nsID.h" /* interface nsID */
#ifdef XPIDL_JS_STUBS
#include "jsapi.h"
#endif
/* starting interface: nsIMessenger */
/* {01883380-cab9-11d2-b7f6-00805f05ffa5} */
#define NS_IMESSENGER_IID_STR "01883380-cab9-11d2-b7f6-00805f05ffa5"
#define NS_IMESSENGER_IID \
{0x01883380, 0xcab9, 0x11d2, \
{ 0xb7, 0xf6, 0x00, 0x80, 0x5f, 0x05, 0xff, 0xa5 }}
class nsIMessenger : public nsISupports {
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IMESSENGER_IID)
#ifdef XPIDL_JS_STUBS
static NS_EXPORT_(JSObject *) InitJSClass(JSContext *cx);
static NS_EXPORT_(JSObject *) GetJSObject(JSContext *cx, nsIMessenger *priv);
#endif
};
#endif /* __gen_nsIMessenger_h__ */

View File

@ -1,26 +0,0 @@
/* -*- Mode: IDL; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* The contents of this file are subject to the Netscape Public License
* Version 1.0 (the "NPL"); you may not use this file except in
* compliance with the NPL. You may obtain a copy of the NPL at
* http://www.mozilla.org/NPL/
*
* Software distributed under the NPL is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
* for the specific language governing rights and limitations under the
* NPL.
*
* The Initial Developer of this code under the NPL is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
* Reserved.
*/
#include "nsISupports.idl"
[object, uuid(01883380-cab9-11d2-b7f6-00805f05ffa5)]
interface nsIMessenger : nsISupports {
};