+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
/*
- 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>
/*
/*
- 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>
/*
/*
- 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>
/*
# version file
-SUBMINOR_VERSION:=11
+SUBMINOR_VERSION:=12