]> git.saurik.com Git - apple/security.git/blobdiff - OSX/sec/SOSCircle/SecureObjectSync/CKDSimulatedStore.m
Security-58286.1.32.tar.gz
[apple/security.git] / OSX / sec / SOSCircle / SecureObjectSync / CKDSimulatedStore.m
index 562607b51ef9121846dadfefa3cd6ff90f344947..f42bc0cff463794b678327582f6fdf110f606cd3 100644 (file)
@@ -65,6 +65,9 @@
 - (void)pushWrites {
 }
 
+- (void)addOneToOutGoing{
+    
+}
 - (BOOL) pullUpdates:(NSError **)failure
 {
     return true;
 {
     [self.data setObject:obj forKey:key];
 
-    if (self.proxy) {
-        [self.proxy storeKeysChanged: [NSSet setWithObject:key] initial: NO];
-    }
+    [self.proxy storeKeysChanged: [NSSet setWithObject:key] initial: NO];
+}
+
+- (void)perfCounters:(void(^)(NSDictionary *counters))callback
+{
+    callback(@{});
 }
 
 @end