]> git.saurik.com Git - apple/system_cmds.git/blobdiff - msa/VoucherContentSysctl.hpp
system_cmds-643.30.1.tar.gz
[apple/system_cmds.git] / msa / VoucherContentSysctl.hpp
diff --git a/msa/VoucherContentSysctl.hpp b/msa/VoucherContentSysctl.hpp
new file mode 100644 (file)
index 0000000..8909a9d
--- /dev/null
@@ -0,0 +1,24 @@
+//
+//  VoucherContentSysctl.hpp
+//  system_cmds
+//
+//  Created by James McIlree on 4/29/14.
+//
+//
+
+#ifndef __system_cmds__VoucherContentSysctl__
+#define __system_cmds__VoucherContentSysctl__
+
+//
+// This class is used to manage the voucher contents sysctl
+class VoucherContentSysctl {
+    protected:
+       int _original_value;
+       int _new_value;
+
+    public:
+        VoucherContentSysctl(bool is_enabled);
+        ~VoucherContentSysctl();
+};
+
+#endif /* defined(__system_cmds__VoucherContentSysctl__) */