]> git.saurik.com Git - apple/security.git/blobdiff - Analytics/SQLite/SFSQLite.h
Security-59754.41.1.tar.gz
[apple/security.git] / Analytics / SQLite / SFSQLite.h
index 4eda2730202e6de3c8b272edf3d74f52798477d2..0ced947186cec6f66b6299ca597aa65d8d8546f7 100644 (file)
@@ -23,6 +23,9 @@
 
 // Header exposed for unit testing only
 
 
 // Header exposed for unit testing only
 
+#ifndef SECURITY_SFSQL_H
+#define SECURITY_SFSQL_H 1
+
 #if __OBJC2__
 
 #import <Foundation/Foundation.h>
 #if __OBJC2__
 
 #import <Foundation/Foundation.h>
@@ -65,7 +68,6 @@ typedef NS_ENUM(NSInteger, SFSQLiteSynchronousMode) {
     NSMutableDictionary* _unitTestOverrides;
 #endif
     BOOL _hasMigrated;
     NSMutableDictionary* _unitTestOverrides;
 #endif
     BOOL _hasMigrated;
-    BOOL _shouldVacuum;
     BOOL _corrupt;
     BOOL _traced;
 }
     BOOL _corrupt;
     BOOL _traced;
 }
@@ -80,7 +82,6 @@ typedef NS_ENUM(NSInteger, SFSQLiteSynchronousMode) {
 @property (nonatomic, assign)           SFSQLiteSynchronousMode synchronousMode;
 @property (nonatomic, readonly)         BOOL       isOpen;
 @property (nonatomic, readonly)         BOOL       hasMigrated;
 @property (nonatomic, assign)           SFSQLiteSynchronousMode synchronousMode;
 @property (nonatomic, readonly)         BOOL       isOpen;
 @property (nonatomic, readonly)         BOOL       hasMigrated;
-@property (nonatomic, assign)           BOOL       shouldVacuum; // vacuum the db on open (default:YES)
 @property (nonatomic, assign)           BOOL       traced;
 
 @property (nonatomic, strong) id<SFSQLiteDelegate> delegate;
 @property (nonatomic, assign)           BOOL       traced;
 
 @property (nonatomic, strong) id<SFSQLiteDelegate> delegate;
@@ -151,4 +152,5 @@ typedef NS_ENUM(NSInteger, SFSQLiteSynchronousMode) {
 
 @end
 
 
 @end
 
-#endif
+#endif /* __OBJC2__ */
+#endif /* SECURITY_SFSQL_H */