adding nsCWeakReference. r:scc a:chofmann

This commit is contained in:
danm%netscape.com 1999-10-01 02:43:27 +00:00
Родитель d0b1d32f23
Коммит c6882a2ad2
4 изменённых файлов: 8 добавлений и 0 удалений

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

@ -2,6 +2,7 @@ nsAgg.h
nsIAllocator.h
nsCOMPtr.h
nsCom.h
nsCWeakReference.h
nsDebug.h
nsError.h
nsID.h

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

@ -34,6 +34,7 @@ CPPSRCS = \
nsTraceRefcnt.cpp \
nsCOMPtr.cpp \
nsID.cpp \
nsCWeakReference.cpp \
nsWeakReference.cpp \
$(NULL)
@ -42,6 +43,7 @@ EXPORTS = \
nsIAllocator.h \
nsCOMPtr.h \
nsCom.h \
nsCWeakReference.h \
nsDebug.h \
nsError.h \
nsID.h \

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

@ -28,6 +28,7 @@ EXPORTS = \
nsIAllocator.h \
nsCOMPtr.h \
nsCom.h \
nsCWeakReference.h \
nsDebug.h \
nsError.h \
nsID.h \
@ -67,6 +68,7 @@ CPP_OBJS = \
.\$(OBJDIR)\nsDebug.obj \
.\$(OBJDIR)\nsAllocator.obj \
.\$(OBJDIR)\nsCOMPtr.obj \
.\$(OBJDIR)\nsCWeakReference.obj \
.\$(OBJDIR)\nsID.obj \
.\$(OBJDIR)\nsTraceRefcnt.obj \
.\$(OBJDIR)\nsWeakReference.obj \

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

@ -45,6 +45,7 @@
#include "nsAVLTree.h"
#include "nsHashtableEnumerator.h"
#include "nsPipe2.h"
#include "nsCWeakReference.h"
#include "nsWeakReference.h"
#include "nsISizeOfHandler.h"
#include "nsTextFormater.h"
@ -103,6 +104,8 @@ void XXXNeverCalled()
XPTI_GetInterfaceInfoManager();
NS_NewGenericFactory(NULL, NULL, NULL);
NS_NewHashtableEnumerator(NULL, NULL, NULL, NULL);
nsCWeakProxy(0, 0);
nsCWeakReferent(0);
NS_GetWeakReference(NULL);
#ifdef DEBUG
TestSegmentedBuffer();