mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 17:10:48 +00:00
Don't include <objc/List.h>
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@954 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ae128cb65c
commit
848543a778
2 changed files with 6 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
/* Interface for reference-counted invalidation notifer object
|
||||
Copyright (C) 1993,1994 Free Software Foundation, Inc.
|
||||
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
|
||||
|
||||
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
||||
Date: July 1994
|
||||
Created: July 1994
|
||||
|
||||
This file is part of the GNU Objective C Class Library.
|
||||
|
||||
|
@ -35,12 +35,11 @@
|
|||
#include <objects/Lock.h>
|
||||
#include <objects/InvalidationListening.h>
|
||||
#include <objects/Retaining.h>
|
||||
#include <objc/List.h>
|
||||
|
||||
@interface RetainingNotifier : NSObject <Retaining>
|
||||
{
|
||||
Lock *refGate;
|
||||
List *notificationList;
|
||||
id *notificationList;
|
||||
BOOL isValid;
|
||||
int retain_count;
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* Interface for reference-counted invalidation notifer object
|
||||
Copyright (C) 1993,1994 Free Software Foundation, Inc.
|
||||
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
|
||||
|
||||
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
||||
Date: July 1994
|
||||
Created: July 1994
|
||||
|
||||
This file is part of the GNU Objective C Class Library.
|
||||
|
||||
|
@ -35,12 +35,11 @@
|
|||
#include <objects/Lock.h>
|
||||
#include <objects/InvalidationListening.h>
|
||||
#include <objects/Retaining.h>
|
||||
#include <objc/List.h>
|
||||
|
||||
@interface RetainingNotifier : NSObject <Retaining>
|
||||
{
|
||||
Lock *refGate;
|
||||
List *notificationList;
|
||||
id *notificationList;
|
||||
BOOL isValid;
|
||||
int retain_count;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue