From 407937f7e8e02da2f7a01198969d7a43bad00ab0 Mon Sep 17 00:00:00 2001 From: helge Date: Mon, 3 Dec 2007 16:41:01 +0000 Subject: [PATCH] fixed some leopard compilation issue git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1557 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-core/EOCoreData/ChangeLog | 4 ++++ sope-core/EOCoreData/NSAttributeDescription+EO.h | 7 ++++++- sope-core/EOCoreData/NSEntityDescription+EO.h | 9 +++++++-- sope-core/EOCoreData/NSRelationshipDescription+EO.h | 7 ++++++- sope-core/EOCoreData/Version | 2 +- 5 files changed, 24 insertions(+), 5 deletions(-) diff --git a/sope-core/EOCoreData/ChangeLog b/sope-core/EOCoreData/ChangeLog index 292dd9e4..7f4f3a49 100644 --- a/sope-core/EOCoreData/ChangeLog +++ b/sope-core/EOCoreData/ChangeLog @@ -1,3 +1,7 @@ +2007-12-03 Helge Hess + + * fixed Leopard compilation issues (v4.5.12) + 2005-10-03 Helge Hess * v4.5.11 diff --git a/sope-core/EOCoreData/NSAttributeDescription+EO.h b/sope-core/EOCoreData/NSAttributeDescription+EO.h index 467edeaf..95974c11 100644 --- a/sope-core/EOCoreData/NSAttributeDescription+EO.h +++ b/sope-core/EOCoreData/NSAttributeDescription+EO.h @@ -1,5 +1,6 @@ /* - Copyright (C) 2005 SKYRIX Software AG + Copyright (C) 2005-2007 SKYRIX Software AG + Copyright (C) 2007 Helge Hess This file is part of SOPE. @@ -22,6 +23,10 @@ #ifndef __NSAttributeDescription_EO_H__ #define __NSAttributeDescription_EO_H__ +// the next two are here to please the Leopard +#import +@class NSData; + #import /* diff --git a/sope-core/EOCoreData/NSEntityDescription+EO.h b/sope-core/EOCoreData/NSEntityDescription+EO.h index 184ecb4b..b5027533 100644 --- a/sope-core/EOCoreData/NSEntityDescription+EO.h +++ b/sope-core/EOCoreData/NSEntityDescription+EO.h @@ -1,6 +1,7 @@ /* - Copyright (C) 2005 SKYRIX Software AG - + Copyright (C) 2005-2007 SKYRIX Software AG + Copyright (C) 2007 Helge Hess + This file is part of SOPE. SOPE is free software; you can redistribute it and/or modify it under @@ -22,6 +23,10 @@ #ifndef __NSEntityDescription_EO_H__ #define __NSEntityDescription_EO_H__ +// the next two are here to please the Leopard +#import +@class NSData; + #import /* diff --git a/sope-core/EOCoreData/NSRelationshipDescription+EO.h b/sope-core/EOCoreData/NSRelationshipDescription+EO.h index 9fd38816..03d233ad 100644 --- a/sope-core/EOCoreData/NSRelationshipDescription+EO.h +++ b/sope-core/EOCoreData/NSRelationshipDescription+EO.h @@ -1,5 +1,6 @@ /* - Copyright (C) 2005 SKYRIX Software AG + Copyright (C) 2005-2007 SKYRIX Software AG + Copyright (C) 2007 Helge Hess This file is part of SOPE. @@ -22,6 +23,10 @@ #ifndef __NSRelationshipDescription_EO_H__ #define __NSRelationshipDescription_EO_H__ +// the next two are here to please the Leopard +#import +@class NSData; + #import /* diff --git a/sope-core/EOCoreData/Version b/sope-core/EOCoreData/Version index d4260269..81248043 100644 --- a/sope-core/EOCoreData/Version +++ b/sope-core/EOCoreData/Version @@ -1,3 +1,3 @@ # version file -SUBMINOR_VERSION:=11 +SUBMINOR_VERSION:=12 -- 2.39.5