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