]> err.no Git - sope/commitdiff
fixed some leopard compilation issue
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 3 Dec 2007 16:41:01 +0000 (16:41 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 3 Dec 2007 16:41:01 +0000 (16:41 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1557 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-core/EOCoreData/ChangeLog
sope-core/EOCoreData/NSAttributeDescription+EO.h
sope-core/EOCoreData/NSEntityDescription+EO.h
sope-core/EOCoreData/NSRelationshipDescription+EO.h
sope-core/EOCoreData/Version

index 292dd9e4fbd944da4e9af658442bc8536a492b19..7f4f3a49bb9055a17867efe8a94f99ca8def9916 100644 (file)
@@ -1,3 +1,7 @@
+2007-12-03  Helge Hess  <helge.hess@opengroupware.org>
+       
+       * fixed Leopard compilation issues (v4.5.12)
+
 2005-10-03  Helge Hess  <helge.hess@opengroupware.org>
 
        * v4.5.11
index 467edeafc12a9669c90de146e4df57e8904d2ae9..95974c11ac4d1f4cafacdca8f1cc2dad6adfad04 100644 (file)
@@ -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.
 
 #ifndef __NSAttributeDescription_EO_H__
 #define __NSAttributeDescription_EO_H__
 
+// the next two are here to please the Leopard
+#import <Foundation/NSEnumerator.h>
+@class NSData;
+
 #import <CoreData/NSAttributeDescription.h>
 
 /*
index 184ecb4baa7e2a2579490f476c1a4034ecf18e38..b5027533d51573820126296dc8336f540cf1b9cf 100644 (file)
@@ -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
 #ifndef __NSEntityDescription_EO_H__
 #define __NSEntityDescription_EO_H__
 
+// the next two are here to please the Leopard
+#import <Foundation/NSEnumerator.h>
+@class NSData;
+
 #import <CoreData/NSEntityDescription.h>
 
 /*
index 9fd388166512bc9d5fd2df22716772cad0059640..03d233ad22b8cd77681632e0246d133899ce0a8c 100644 (file)
@@ -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.
 
 #ifndef __NSRelationshipDescription_EO_H__
 #define __NSRelationshipDescription_EO_H__
 
+// the next two are here to please the Leopard
+#import <Foundation/NSEnumerator.h>
+@class NSData;
+
 #import <CoreData/NSRelationshipDescription.h>
 
 /*
index d4260269633d8348fd2a8fb191f1d3f83666f26a..8124804373d676be64906a721553e0ae765a21a2 100644 (file)
@@ -1,3 +1,3 @@
 # version file
 
-SUBMINOR_VERSION:=11
+SUBMINOR_VERSION:=12