This commit is contained in:
sspitzer%netscape.com 1999-05-04 02:41:24 +00:00
Родитель 9a149648af
Коммит f4e3232236
4 изменённых файлов: 0 добавлений и 71 удалений

Просмотреть файл

@ -25,7 +25,6 @@ include $(DEPTH)/config/autoconf.mk
IDLSRCS = \
nsIMsgCompose.idl \
nsIMsgSend.idl \
nsIMsgPost.idl \
$(NULL)
EXPORTS = \
@ -35,8 +34,6 @@ EXPORTS = \
nsMsgCompFieldsFact.h \
nsIMsgSend.h \
nsMsgSendFact.h \
nsIMsgPost.h \
nsMsgPostFact.h \
nsISmtpUrl.h \
nsIMsgSend.h \
nsISmtpService.h \

Просмотреть файл

@ -20,7 +20,6 @@ IGNORE_MANIFEST=1
IDLSRCS = \
nsIMsgCompose.idl \
nsIMsgPost.idl \
$(NULL)
EXPORTS = \
@ -30,8 +29,6 @@ EXPORTS = \
nsMsgCompFieldsFact.h \
nsIMsgSend.h \
nsMsgSendFact.h \
nsIMsgPost.h \
nsMsgPostFact.h \
nsISmtpUrl.h \
nsISmtpService.h \
MsgCompGlue.h \

Просмотреть файл

@ -1,37 +0,0 @@
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsIMsgPost.idl
*/
#ifndef __gen_nsIMsgPost_h__
#define __gen_nsIMsgPost_h__
#include "nsISupports.h" /* interface nsISupports */
#include "nsIMsgCompFields.h" /* interface nsIMsgCompFields */
#include "nsID.h" /* interface nsID */
#ifdef XPIDL_JS_STUBS
#include "jsapi.h"
#endif
/* starting interface: nsIMsgPost */
/* {a6fc080a-f1bb-11d2-84c2-004005263078} */
#define NS_IMSGPOST_IID_STR "a6fc080a-f1bb-11d2-84c2-004005263078"
#define NS_IMSGPOST_IID \
{0xa6fc080a, 0xf1bb, 0x11d2, \
{ 0x84, 0xc2, 0x00, 0x40, 0x05, 0x26, 0x30, 0x78 }}
class nsIMsgPost : public nsISupports {
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IMSGPOST_IID)
/* void PostNewsMessage (in nsIMsgCompFields fields); */
NS_IMETHOD PostNewsMessage(nsIMsgCompFields *fields) = 0;
#ifdef XPIDL_JS_STUBS
static NS_EXPORT_(JSObject *) InitJSClass(JSContext *cx);
static NS_EXPORT_(JSObject *) GetJSObject(JSContext *cx, nsIMsgPost *priv);
#endif
};
#endif /* __gen_nsIMsgPost_h__ */

Просмотреть файл

@ -1,28 +0,0 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
*
* 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"
#include "nsIMsgCompFields.idl"
[object, uuid(a6fc080a-f1bb-11d2-84c2-004005263078)]
interface nsIMsgPost: nsISupports {
void PostNewsMessage(in nsIMsgCompFields fields);
};