Header tidyups, particularly updating of version compatibility macros.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24000 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2006-10-31 07:05:46 +00:00
parent 87c5bf8cfb
commit 38c0c4a580
113 changed files with 884 additions and 641 deletions

View file

@ -24,16 +24,17 @@
#ifndef __NSURLProtocol_h_GNUSTEP_BASE_INCLUDE
#define __NSURLProtocol_h_GNUSTEP_BASE_INCLUDE
#import <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSObject.h>
#if OS_API_VERSION(100200,GS_API_LATEST) && GS_API_VERSION(011300,GS_API_LATEST)
#import <Foundation/NSObject.h>
#if defined(__cplusplus)
extern "C" {
#endif
#if OS_API_VERSION(100200,GS_API_LATEST) && GS_API_VERSION(011300,GS_API_LATEST)
#include <Foundation/NSURLCache.h>
#import <Foundation/NSURLCache.h>
@class NSCachedURLResponse;
@class NSError;
@ -222,10 +223,10 @@ extern "C" {
@end
#endif
#if defined(__cplusplus)
}
#endif
#endif
#endif