mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix typo; it is preface.h, not prefix.h.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1420 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
838ac3681f
commit
a8ae3dddbb
154 changed files with 156 additions and 156 deletions
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Archiver_h_OBJECTS_INCLUDE
|
||||
#define __Archiver_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Coder.h>
|
||||
|
||||
/* Eventually some functionality may be moved out of Coder and
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Array_h_INCLUDE_GNU
|
||||
#define __Array_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/IndexedCollection.h>
|
||||
#include <gnustep/base/OrderedCollecting.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __ArrayPrivate_h_INCLUDE_GNU
|
||||
#define __ArrayPrivate_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/IndexedCollectionPrivate.h>
|
||||
|
||||
#define DEFAULT_ARRAY_CAPACITY 2
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __AutoreleasePool_m_OBJECTS_INCLUDE
|
||||
#define __AutoreleasePool_m_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/ObjectRetaining.h>
|
||||
|
||||
@interface AutoreleasePool : Object
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __AutoreleaseStack_m_OBJECTS_INCLUDE
|
||||
#define __AutoreleaseStack_m_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/ObjectRetaining.h>
|
||||
|
||||
@interface AutoreleaseStack : Object
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Bag_h_INCLUDE_GNU
|
||||
#define __Bag_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Collection.h>
|
||||
#include <Foundation/NSMapTable.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __BinaryCStream_h_OBJECTS_INCLUDE
|
||||
#define __BinaryCStream_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Stream.h>
|
||||
#include <gnustep/base/CStream.h>
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#ifndef __BinaryTree_h_INCLUDE_GNU
|
||||
#define __BinaryTree_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/IndexedCollection.h>
|
||||
|
||||
/* The <BinaryTreeComprising> protocol defines the interface to an object
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __BinaryTreeEltNode_h_INCLUDE_GNU
|
||||
#define __BinaryTreeEltNode_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/BinaryTreeNode.h>
|
||||
#include <gnustep/base/EltNodeCollector.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __BinaryTreeNode_h_INCLUDE_GNU
|
||||
#define __BinaryTreeNode_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/BinaryTree.h>
|
||||
#include <gnustep/base/Coding.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __CStream_h_OBJECTS_INCLUDE
|
||||
#define __CStream_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Stream.h>
|
||||
#include <gnustep/base/CStreaming.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __CStreaming_h__OBJECTS_INCLUDE
|
||||
#define __CStreaming_h__OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Streaming.h>
|
||||
|
||||
@protocol CStreaming <Streaming>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __CircularArray_h_INCLUDE_GNU
|
||||
#define __CircularArray_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Array.h>
|
||||
|
||||
@interface CircularArray : Array
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __CircularArrayPrivate_h_INCLUDE_GNU
|
||||
#define __CircularArrayPrivate_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/ArrayPrivate.h>
|
||||
|
||||
#define CIRCULAR_TO_BASIC(INDEX) \
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Coder_h_OBJECTS_INCLUDE
|
||||
#define __Coder_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Coding.h>
|
||||
#include <gnustep/base/Streaming.h>
|
||||
#include <gnustep/base/String.h>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __CoderPrivate_h_OBJECTS_INCLUDE
|
||||
#define __CoderPrivate_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Coder.h>
|
||||
#include <gnustep/base/CStreaming.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Coding_h_OBJECTS_INCLUDE
|
||||
#define __Coding_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
|
||||
/* #include <gnustep/base/String.h>
|
||||
xxx Think about trying to get <String> back in types,
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#ifndef __Collecting_h_INCLUDE_GNU
|
||||
#define __Collecting_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Coding.h>
|
||||
#include <gnustep/base/Invoking.h>
|
||||
#include <gnustep/base/Enumerating.h>
|
||||
|
|
|
@ -28,10 +28,10 @@
|
|||
#ifndef __Collection_h_INCLUDE_GNU
|
||||
#define __Collection_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <gnustep/base/Collecting.h>
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Coding.h>
|
||||
|
||||
@interface ConstantCollection : NSObject <ConstantCollecting>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __CollectionPrivate_h_INCLUDE_GNU
|
||||
#define __CollectionPrivate_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
|
||||
@interface ConstantCollection (ArchivingHelpers)
|
||||
/* These methods should never be called except in order, and inside
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __ConnectedCoder_h
|
||||
#define __ConnectedCoder_h
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Coder.h>
|
||||
#include <gnustep/base/Port.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Connection_h_OBJECTS_INCLUDE
|
||||
#define __Connection_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <gnustep/base/Lock.h>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#ifndef __DelegatePool_h_OBJECTS_INCLUDE
|
||||
#define __DelegatePool_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Array.h>
|
||||
|
||||
/* Available sending behaviors */
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Dictionary_h_INCLUDE_GNU
|
||||
#define __Dictionary_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/KeyedCollection.h>
|
||||
#include <Foundation/NSMapTable.h>
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef __EltNodeCollector_h_INCLUDE_GNU
|
||||
#define __EltNodeCollector_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/IndexedCollection.h>
|
||||
|
||||
/* Protocol for a node that also holds an element */
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Enumerating_h__OBJECTS_INCLUDE
|
||||
#define __Enumerating_h__OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
|
||||
@protocol Enumerating <NSObject>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __GapArray_h_INCLUDE_GNU
|
||||
#define __GapArray_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Array.h>
|
||||
|
||||
@interface GapArray : Array
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef __GapArrayPrivate_h_INCLUDE_GNU
|
||||
#define __GapArrayPrivate_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/ArrayPrivate.h>
|
||||
#include <assert.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Heap_h_INCLUDE_GNU
|
||||
#define __Heap_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Array.h>
|
||||
|
||||
@interface Heap : Array
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#ifndef __IndexedCollecting_h_OBJECTS_INCLUDE
|
||||
#define __IndexedCollecting_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Collecting.h>
|
||||
|
||||
typedef struct _IndexRange {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __IndexedCollection_h_INCLUDE_GNU
|
||||
#define __IndexedCollection_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/KeyedCollection.h>
|
||||
#include <gnustep/base/IndexedCollecting.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __IndexedCollectionPrivate_h_INCLUDE_GNU
|
||||
#define __IndexedCollectionPrivate_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/CollectionPrivate.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <gnustep/base/NSString.h>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
extraneous stuff after the first type.
|
||||
*/
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Collection.h>
|
||||
#include <gnustep/base/Invoking.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Invoking_h__OBJECTS_INCLUDE
|
||||
#define __Invoking_h__OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
|
||||
@protocol Invoking <NSObject>
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#ifndef __KeyedCollecting_h_OBJECTS_INCLUDE
|
||||
#define __KeyedCollecting_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Collecting.h>
|
||||
|
||||
@protocol ConstantKeyedCollecting <ConstantCollecting>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __KeyedCollection_h_INCLUDE_GNU
|
||||
#define __KeyedCollection_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Collection.h>
|
||||
#include <gnustep/base/KeyedCollecting.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __LinkedList_h_INCLUDE_GNU
|
||||
#define __LinkedList_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/OrderedCollection.h>
|
||||
|
||||
/* The <LinkedListComprising> protocol defines the interface to an object
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __LinkedListEltNode_h_INCLUDE_GNU
|
||||
#define __LinkedListEltNode_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/LinkedListNode.h>
|
||||
#include <gnustep/base/EltNodeCollector.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __LinkedListNode_h_INCLUDE_GNU
|
||||
#define __LinkedListNode_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/LinkedList.h>
|
||||
#include <gnustep/base/Coding.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Lock_h_OBJECTS_INCLUDE
|
||||
#define __Lock_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Locking.h>
|
||||
|
||||
@interface Lock : NSObject <Locking>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Locking_h_INCLUDE_GNU
|
||||
#define __Locking_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <objc/Protocol.h>
|
||||
|
||||
@protocol Locking
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#if __mach__
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Port.h>
|
||||
|
||||
@interface MachInPort : InPort
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Magnitude_h_INCLUDE_GNU
|
||||
#define __Magnitude_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Ordering.h>
|
||||
|
||||
@interface Magnitude : NSObject <Ordering>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __MallocAddress_h_OBJECTS_INCLUDE
|
||||
#define __MallocAddress_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
|
||||
@interface MallocAddress : NSObject
|
||||
{
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __MappedCollector_h_INCLUDE_GNU
|
||||
#define __MappedCollector_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/KeyedCollection.h>
|
||||
|
||||
@interface MappedCollector : KeyedCollection
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __MemoryStream_h_OBJECTS_INCLUDE
|
||||
#define __MemoryStream_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Stream.h>
|
||||
#include <gnustep/base/Streaming.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __NSArray_h_OBJECTS_INCLUDE
|
||||
#define __NSArray_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <Foundation/NSRange.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __NSAutoreleasePool_h_OBJECTS_INCLUDE
|
||||
#define __NSAutoreleasePool_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
|
||||
struct autorelease_array_list
|
||||
{
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef _NSDictionary_h_OBJECTS_INCLUDE
|
||||
#define _NSDictionary_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
|
||||
@class NSArray, NSString, NSEnumerator;
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __NSGArchiver_h_OBJECTS_INCLUDE
|
||||
#define __NSGArchiver_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <Foundation/NSArchiver.h>
|
||||
#include <gnustep/base/Coding.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __NSGArray_h_OBJECTS_INCLUDE
|
||||
#define __NSGArray_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <gnustep/base/Array.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __NSGCString_h_OBJECTS_INCLUDE
|
||||
#define __NSGCString_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <Foundation/NSString.h>
|
||||
|
||||
/* NSGCString and NSGMutableCString must have the same initial ivar layout
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __NSGData_h_OBJECTS_INCLUDE
|
||||
#define __NSGData_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <gnustep/base/MemoryStream.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __NSGDictionary_h_OBJECTS_INCLUDE
|
||||
#define __NSGDictionary_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <gnustep/base/Dictionary.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __NSGSet_h_OBJECTS_INCLUDE
|
||||
#define __NSGSet_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <gnustep/base/Set.h>
|
||||
#include <gnustep/base/Bag.h>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __NSInvocation_h_OBJECTS_INCLUDE
|
||||
#define __NSInvocation_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
|
||||
@class NSMethodSignature;
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __NSNotification_h_OBJECTS_INCLUDE
|
||||
#define __NSNotification_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Notification.h>
|
||||
|
||||
@class NSString;
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __NSRunLoop_h_OBJECTS_INCLUDE
|
||||
#define __NSRunLoop_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
|
||||
@class NSTimer, NSDate;
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef _NSSet_h_OBJECTS_INCLUDE
|
||||
#define _NSSet_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
|
||||
@class NSArray, NSString, NSEnumerator, NSDictionary;
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __NSString_h_OBJECTS_INCLUDE
|
||||
#define __NSString_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <Foundation/NSRange.h>
|
||||
|
||||
typedef unsigned short unichar;
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
/* This class is currently thrown together. When it is cleaned up, it
|
||||
may no longer be concrete. */
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <Foundation/NSDate.h>
|
||||
|
||||
@interface NSTimer : NSObject
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Notification_h_OBJECTS_INCLUDE
|
||||
#define __Notification_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/NSString.h>
|
||||
#include <gnustep/base/KeyedCollecting.h>
|
||||
#include <gnustep/base/NotificationDispatcher.h>
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/LinkedList.h>
|
||||
#include <gnustep/base/Array.h>
|
||||
#include <Foundation/NSMapTable.h>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#ifndef __OrderedCollecting_h_OBJECTS_INCLUDE
|
||||
#define __OrderedCollecting_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/IndexedCollecting.h>
|
||||
|
||||
@protocol OrderedCollecting <IndexedCollecting>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __OrderedCollection_h_INCLUDE_GNU
|
||||
#define __OrderedCollection_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/IndexedCollection.h>
|
||||
#include <gnustep/base/OrderedCollecting.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Ordering_h_INCLUDE_GNU
|
||||
#define __Ordering_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <objc/objc.h>
|
||||
|
||||
@protocol Ordering
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Port_h_OBJECTS_INCLUDE
|
||||
#define __Port_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Coding.h>
|
||||
#include <gnustep/base/MemoryStream.h>
|
||||
#include <gnustep/base/NSString.h>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Proxy_h_OBJECTS_INCLUDE
|
||||
#define __Proxy_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Connection.h>
|
||||
#include <gnustep/base/Retaining.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Queue_h_INCLUDE_GNU
|
||||
#define __Queue_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/CircularArray.h>
|
||||
|
||||
@interface Queue : CircularArray
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __RBTree_h_INCLUDE_GNU
|
||||
#define __RBTree_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/BinaryTree.h>
|
||||
|
||||
@protocol RBTreeComprising <BinaryTreeComprising>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __RBTreeEltNode_h_INCLUDE_GNU
|
||||
#define __RBTreeEltNode_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/RBTreeNode.h>
|
||||
#include <gnustep/base/EltNodeCollector.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __RBTreeNode_h_INCLUDE_GNU
|
||||
#define __RBTreeNode_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/BinaryTreeNode.h>
|
||||
#include <gnustep/base/RBTree.h>
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef __RNGAdditiveCongruential_h_INCLUDE_GNU
|
||||
#define __RNGAdditiveCongruential_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/RandomGenerating.h>
|
||||
|
||||
@interface RNGAdditiveCongruential : NSObject <RandomGenerating>
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
* It was reworked for the GNU Objective-C Library by R. Andrew McCallum
|
||||
*/
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/RandomGenerating.h>
|
||||
|
||||
@interface RNGBerkeley : NSObject <RandomGenerating>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Random_h_INCLUDE_GNU
|
||||
#define __Random_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/RandomGenerating.h>
|
||||
|
||||
@interface Random : NSObject
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __RandomGenerating_h_INCLUDE_GNU
|
||||
#define __RandomGenerating_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
|
||||
@protocol RandomGenerating <NSObject, NSCoding>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __RawCStream_h_OBJECTS_INCLUDE
|
||||
#define __RawCStream_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Stream.h>
|
||||
#include <gnustep/base/CStream.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Retaining_h_OBJECTS_INCLUDE
|
||||
#define __Retaining_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
|
||||
@protocol Retaining
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#ifndef __RetainingNotifier_h
|
||||
#define __RetainingNotifier_h
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Lock.h>
|
||||
#include <gnustep/base/InvalidationListening.h>
|
||||
#include <gnustep/base/Retaining.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef __RunLoop_h_OBJECTS_INCLUDE
|
||||
#define __RunLoop_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/NotificationDispatcher.h>
|
||||
#include <gnustep/base/Set.h>
|
||||
#include <Foundation/NSMapTable.h>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Set_h_OBJECTS_INCLUDE
|
||||
#define __Set_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Collection.h>
|
||||
#include <Foundation/NSHashTable.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __SmallInt_h_INCLUDE_GNU
|
||||
#define __SmallInt_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
|
||||
#define IS_SMALLINT(OBJ) (((void*)OBJ) & 0x1)
|
||||
#define ID2INT(OBJ) ((IS_SMALLINT(OBJ)) ? (((int)OBJ) >> 1):[OBJ intValue])
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __SocketPort_h_INCLUDE_GNU
|
||||
#define __SocketPort_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Port.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#ifndef __SplayTree_h_INCLUDE_GNU
|
||||
#define __SplayTree_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/BinaryTree.h>
|
||||
|
||||
@interface SplayTree : BinaryTree
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Stack_h_INCLUDE_GNU
|
||||
#define __Stack_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Array.h>
|
||||
|
||||
@interface Stack : Array
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __StdioStream_h__OBJECTS_INCLUDE
|
||||
#define __StdioStream_h__OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Stream.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Stream_h__OBJECTS_INCLUDE
|
||||
#define __Stream_h__OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Streaming.h>
|
||||
|
||||
@interface Stream : NSObject <Streaming>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __Streaming_h__OBJECTS_INCLUDE
|
||||
#define __Streaming_h__OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/NSString.h>
|
||||
|
||||
@protocol Streaming <NSObject>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
Perhaps I'll just get rid of the GNU String objects and just
|
||||
transfer this functionality into NSSTring and friends. */
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/IndexedCollection.h>
|
||||
#include <gnustep/base/ValueHolding.h>
|
||||
#include <Foundation/NSString.h>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __TcpPort_h__OBJECTS_INCLUDE
|
||||
#define __TcpPort_h__OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Port.h>
|
||||
#include <gnustep/base/RunLoop.h>
|
||||
#include <sys/socket.h>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __TextCStream_h_OBJECTS_INCLUDE
|
||||
#define __TextCStream_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Stream.h>
|
||||
#include <gnustep/base/CStream.h>
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef __Time_h_OBJECTS_INCLUDE
|
||||
#define __Time_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Magnitude.h>
|
||||
|
||||
#ifndef WIN32
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __UdpPort_h_INCLUDE_GNU
|
||||
#define __UdpPort_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Port.h>
|
||||
#include <sys/types.h>
|
||||
#ifndef WIN32
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __ValueHolding_h_INCLUDE_GNU
|
||||
#define __ValueHolding_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
|
||||
/* protocol String; */
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __objects_h_OBJECTS_INCLUDE
|
||||
#define __objects_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
|
||||
/* Collection objects */
|
||||
#include <gnustep/base/Set.h>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __mframe_h_OBJECTS_INCLUDE
|
||||
#define __mframe_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
|
||||
/* These functions are used to pull apart method calls, and put them
|
||||
back together again. They are useful for things like distributed
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef __objc_gnu2next_h_INCLUDE_GNU
|
||||
#define __objc_gnu2next_h_INCLUDE_GNU
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
|
||||
#if NeXT_runtime
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/Archiver.h>
|
||||
#include <assert.h>
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/AutoreleasePool.h>
|
||||
#include <gnustep/base/objc-malloc.h>
|
||||
#include <gnustep/base/ObjectRetaining.h>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include <gnustep/base/prefix.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <gnustep/base/AutoreleaseStack.h>
|
||||
#include <gnustep/base/ObjectRetaining.h>
|
||||
#include <gnustep/base/collhash.h>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue