]> git.saurik.com Git - apple/security.git/blobdiff - Analytics/SFAnalyticsSQLiteStore.h
Security-59306.120.7.tar.gz
[apple/security.git] / Analytics / SFAnalyticsSQLiteStore.h
index 3cecef1e672236dc746d7888abd332956beb1a3e..16531fa5a5ac3a532c9939cb664b68ad66177124 100644 (file)
@@ -23,7 +23,8 @@
 
 #if __OBJC2__
 
 
 #if __OBJC2__
 
-#import "SFSQLite.h"
+#import "Analytics/SQLite/SFSQLite.h"
+#import "SFAnalytics.h"
 
 @interface SFAnalyticsSQLiteStore : SFSQLite
 
 
 @interface SFAnalyticsSQLiteStore : SFSQLite
 
@@ -43,6 +44,7 @@
 - (NSInteger)hardFailureCountForEventType:(NSString*)eventType;
 - (NSInteger)softFailureCountForEventType:(NSString*)eventType;
 - (void)addEventDict:(NSDictionary*)eventDict toTable:(NSString*)table;
 - (NSInteger)hardFailureCountForEventType:(NSString*)eventType;
 - (NSInteger)softFailureCountForEventType:(NSString*)eventType;
 - (void)addEventDict:(NSDictionary*)eventDict toTable:(NSString*)table;
+- (void)addEventDict:(NSDictionary*)eventDict toTable:(NSString*)table timestampBucket:(SFAnalyticsTimestampBucket)timestampBucket;
 - (void)addSample:(NSNumber*)value forName:(NSString*)name;
 - (void)removeAllSamplesForName:(NSString*)name;
 - (void)clearAllData;
 - (void)addSample:(NSNumber*)value forName:(NSString*)name;
 - (void)removeAllSamplesForName:(NSString*)name;
 - (void)clearAllData;