mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
(NSNonRetainedObjectHashCallBacks): Renamed from
NSNonRetainedObjectsHashCallBacks to conform to spec. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2306 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9c10f43dab
commit
8f627a8137
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
/* NSHashTable interface for GNUStep.
|
||||
* Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
|
||||
* Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
|
||||
*
|
||||
* Author: Albin L. Jones <Albin.L.Jones@Dartmouth.EDU>
|
||||
* Created: Mon Dec 12 23:56:03 EST 1994
|
||||
|
@ -69,7 +69,7 @@ extern const NSHashTableCallBacks NSIntHashCallBacks;
|
|||
extern const NSHashTableCallBacks NSNonOwnedPointerHashCallBacks;
|
||||
|
||||
/* For sets of objects without retaining and releasing. */
|
||||
extern const NSHashTableCallBacks NSNonRetainedObjectsHashCallBacks;
|
||||
extern const NSHashTableCallBacks NSNonRetainedObjectHashCallBacks;
|
||||
|
||||
/* For sets of objects; similar to NSSet. */
|
||||
extern const NSHashTableCallBacks NSObjectsHashCallBacks;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* NSHashTable implementation for GNUStep.
|
||||
* Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
|
||||
* Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
|
||||
*
|
||||
* Author: Albin L. Jones <Albin.L.Jones@Dartmouth.EDU>
|
||||
* Created: Mon Dec 12 23:54:09 EST 1994
|
||||
|
@ -61,7 +61,7 @@ const NSHashTableCallBacks NSNonOwnedPointerHashCallBacks =
|
|||
(NSHT_describe_func_t) _NS_owned_void_p_describe
|
||||
};
|
||||
|
||||
const NSHashTableCallBacks NSNonRetainedObjectsHashCallBacks =
|
||||
const NSHashTableCallBacks NSNonRetainedObjectHashCallBacks =
|
||||
{
|
||||
(NSHT_hash_func_t) _NS_non_retained_id_hash,
|
||||
(NSHT_isEqual_func_t) _NS_non_retained_id_is_equal,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue