Monotone-Parent: 34a150bec80d8bcacb0dffe7e4fbe342dc0b2d3d

Monotone-Revision: 5fdede9d8595c5dc10a960d64d9943b2d134a15a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-05-31T05:07:45
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-05-31 05:07:45 +00:00
parent ab9fbf320e
commit 9acf611d50
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -56,6 +56,9 @@
case PT_LONG:
*data = [(NSNumber *) self asLongInMemCtx: memCtx];
break;
case PT_I8:
*data = [(NSNumber *) self asI8InMemCtx: memCtx];
break;
case PT_BOOLEAN:
*data = [(NSNumber *) self asBooleanInMemCtx: memCtx];
break;