+2004-12-05 Helge Hess <helge.hess@opengroupware.org>
+
+ * EOKeyGlobalID.m: minor code cleanup (v4.5.49)
+
2004-08-29 Helge Hess <helge.hess@opengroupware.org>
* added hack to install the project in FHS locations - the library,
{
EOKeyGlobalID *kid;
- NSAssert1(_count > 0, @"missing key-values (count is 0, entity is %@", _name);
+ NSAssert1(_count > 0,
+ @"missing key-values (count is 0, entity is %@", _name);
if ((kid = (id)NSAllocateObject(self, sizeof(id) * _count, _zone))) {
unsigned int i;
return [kid autorelease];
}
- else
- return nil;
+
+ return nil;
}
- (void)dealloc {
# version file
-SUBMINOR_VERSION:=48
+SUBMINOR_VERSION:=49
+2004-12-05 Helge Hess <helge.hess@opengroupware.org>
+
+ * EOFilterDataSource.m, EOCacheDataSource.m: minor code cleanups
+ (v4.5.139)
+
2004-11-24 Helge Hess <helge.hess@opengroupware.org>
* FdExt.subproj/NSObject+Logs.m: fixed debug logging to be compatible
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id$
//#define PROFILE 1
return self->cache;
}
+- (void)setFetchSpecification:(EOFetchSpecification *)_fetchSpec {
+ [self->source setFetchSpecification:_fetchSpec];
+}
- (EOFetchSpecification *)fetchSpecification {
return [self->source fetchSpecification];
}
-- (void)setFetchSpecification:(EOFetchSpecification *)_fetchSpec {
- [self->source setFetchSpecification:_fetchSpec];
-}
+/* operations */
- (void)insertObject:(id)_obj {
[self _clearCache];
return fmt;
}
-@end /* EOCacheDataSource */
-
-@implementation EOCacheDataSource(Private)
+/* private methods */
- (void)_registerForSource:(id)_source {
static NSNotificationCenter *nc = nil;
}
}
-@end /* EOCacheDataSource(Private) */
+@end /* EOCacheDataSource */
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id$
#include "EOFilterDataSource.h"
#include "EODataSource+NGExtensions.h"
# version
-SUBMINOR_VERSION:=138
+SUBMINOR_VERSION:=139
# v4.3.115 requires libFoundation v1.0.59
# v4.2.72 requires libEOControl v4.2.39