]> git.saurik.com Git - apple/system_cmds.git/blobdiff - kdprof/DisableAction.hpp
system_cmds-643.30.1.tar.gz
[apple/system_cmds.git] / kdprof / DisableAction.hpp
diff --git a/kdprof/DisableAction.hpp b/kdprof/DisableAction.hpp
new file mode 100644 (file)
index 0000000..cc87c46
--- /dev/null
@@ -0,0 +1,19 @@
+//
+//  DisableAction.hpp
+//  kdprof
+//
+//  Created by James McIlree on 4/16/13.
+//  Copyright (c) 2013 Apple. All rights reserved.
+//
+
+#ifndef kdprof_DisableAction_hpp
+#define kdprof_DisableAction_hpp
+
+class DisableAction : public Action {
+    public:
+       DisableAction() {}
+
+       virtual void execute(Globals& globals);
+};
+
+#endif