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