More rename

This commit is contained in:
Ludovic Marcotte
2014-05-13 18:03:37 -04:00
parent 41e6fb89d3
commit 2922f15ca7
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -188,12 +188,12 @@ static EOAttribute *textColumn = nil;
return path;
}
- (void) setObjectType: (MAPIDBObjectType) newObjectType
- (void) setObjectType: (SOGoCacheObjectType) newObjectType
{
objectType = newObjectType;
}
- (MAPIDBObjectType) objectType /* message, fai, folder */
- (SOGoCacheObjectType) objectType /* message, fai, folder */
{
return objectType;
}