First Checked In.

This commit is contained in:
beard%netscape.com 1999-04-10 23:52:55 +00:00
parent 1bcca42778
commit f8327c01f7
9 changed files with 132 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#
# This is a list of local files which get copied to the mozilla:dist directory
#
nsIXPConnect.h
nsIXPCScriptable.h
xpccomponents.h
xpcjsid.h
xpclog.h
nsrootidl.h

View File

@ -0,0 +1,6 @@
#
# This is a list of local files which get copied to the mozilla:dist directory
#
xpt_struct.h
xpt_xdr.h

View File

@ -0,0 +1,7 @@
#
# This is a list of local files which get copied to the mozilla:dist directory
#
xptcall.h
xptcstubsdecl.inc
xptcstubsdef.inc

View File

@ -0,0 +1,41 @@
/* -*- Mode: C; tab-width: 8; 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) 1999 Netscape Communications Corporation. All Rights
* Reserved.
*/
/* Implement shared vtbl methods. */
#pragma export on
#include "xptcprivate.h"
#define STUB_ENTRY(n) \
nsresult nsXPTCStubBase::Stub##n() \
{ \
NS_ASSERTION(0,"nsXPTCStubBase::Stub called on unsupported platform"); \
return NS_ERROR_NOT_IMPLEMENTED; \
}
#define SENTINEL_ENTRY(n) \
nsresult nsXPTCStubBase::Sentinel##n() \
{ \
NS_ASSERTION(0,"nsXPTCStubBase::Sentinel called"); \
return NS_ERROR_NOT_IMPLEMENTED; \
}
#include "xptcstubsdef.inc"
#pragma export off

View File

@ -0,0 +1,7 @@
#
# This is a list of local files which get copied to the mozilla:dist directory
#
xptinfo.h
nsIInterfaceInfoManager.h
nsIInterfaceInfo.h

View File

@ -0,0 +1,7 @@
#
# This is a list of local files which get copied to the mozilla:dist directory
#
xptcall.h
xptcstubsdecl.inc
xptcstubsdef.inc

View File

@ -0,0 +1,41 @@
/* -*- Mode: C; tab-width: 8; 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) 1999 Netscape Communications Corporation. All Rights
* Reserved.
*/
/* Implement shared vtbl methods. */
#pragma export on
#include "xptcprivate.h"
#define STUB_ENTRY(n) \
nsresult nsXPTCStubBase::Stub##n() \
{ \
NS_ASSERTION(0,"nsXPTCStubBase::Stub called on unsupported platform"); \
return NS_ERROR_NOT_IMPLEMENTED; \
}
#define SENTINEL_ENTRY(n) \
nsresult nsXPTCStubBase::Sentinel##n() \
{ \
NS_ASSERTION(0,"nsXPTCStubBase::Sentinel called"); \
return NS_ERROR_NOT_IMPLEMENTED; \
}
#include "xptcstubsdef.inc"
#pragma export off

View File

@ -0,0 +1,7 @@
#
# This is a list of local files which get copied to the mozilla:dist directory
#
xptinfo.h
nsIInterfaceInfoManager.h
nsIInterfaceInfo.h

View File

@ -0,0 +1,6 @@
#
# This is a list of local files which get copied to the mozilla:dist directory
#
xpt_struct.h
xpt_xdr.h