Use NSString instances for representing change numbers, rather than NSNumber

This commit is contained in:
Wolfgang Sourdeau
2012-10-13 09:59:13 -04:00
parent 1e92fe0395
commit dec64722c8
3 changed files with 21 additions and 15 deletions

View File

@@ -25,6 +25,7 @@
#import <Foundation/NSValue.h>
#import <NGObjWeb/SoSecurityManager.h>
#import <NGExtensions/NSObject+Logs.h>
#import <NGExtensions/NSObject+Values.h>
#import <SOGo/SOGoContentObject.h>
#import <SOGo/SOGoPermissions.h>
#import <SOGo/SOGoUser.h>
@@ -178,7 +179,7 @@
- (uint64_t) objectVersion
{
uint64_t version = ULLONG_MAX;
NSNumber *changeNumber;
NSString *changeNumber;
if (!isNew)
{