mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +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
86f5ef9aa3
commit
dc812afa37
2 changed files with 6 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
||||||
/* Interface for reference-counted invalidation notifer object
|
/* 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>
|
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.
|
This file is part of the GNU Objective C Class Library.
|
||||||
|
|
||||||
|
@ -35,12 +35,11 @@
|
||||||
#include <objects/Lock.h>
|
#include <objects/Lock.h>
|
||||||
#include <objects/InvalidationListening.h>
|
#include <objects/InvalidationListening.h>
|
||||||
#include <objects/Retaining.h>
|
#include <objects/Retaining.h>
|
||||||
#include <objc/List.h>
|
|
||||||
|
|
||||||
@interface RetainingNotifier : NSObject <Retaining>
|
@interface RetainingNotifier : NSObject <Retaining>
|
||||||
{
|
{
|
||||||
Lock *refGate;
|
Lock *refGate;
|
||||||
List *notificationList;
|
id *notificationList;
|
||||||
BOOL isValid;
|
BOOL isValid;
|
||||||
int retain_count;
|
int retain_count;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/* Interface for reference-counted invalidation notifer object
|
/* 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>
|
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.
|
This file is part of the GNU Objective C Class Library.
|
||||||
|
|
||||||
|
@ -35,12 +35,11 @@
|
||||||
#include <objects/Lock.h>
|
#include <objects/Lock.h>
|
||||||
#include <objects/InvalidationListening.h>
|
#include <objects/InvalidationListening.h>
|
||||||
#include <objects/Retaining.h>
|
#include <objects/Retaining.h>
|
||||||
#include <objc/List.h>
|
|
||||||
|
|
||||||
@interface RetainingNotifier : NSObject <Retaining>
|
@interface RetainingNotifier : NSObject <Retaining>
|
||||||
{
|
{
|
||||||
Lock *refGate;
|
Lock *refGate;
|
||||||
List *notificationList;
|
id *notificationList;
|
||||||
BOOL isValid;
|
BOOL isValid;
|
||||||
int retain_count;
|
int retain_count;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue