]> git.saurik.com Git - apple/system_cmds.git/blob - msa/LiveTraceAction.hpp
system_cmds-670.1.2.tar.gz
[apple/system_cmds.git] / msa / LiveTraceAction.hpp
1 //
2 // LiveTraceAction.h
3 // msa
4 //
5 // Created by James McIlree on 2/4/14.
6 // Copyright (c) 2014 Apple. All rights reserved.
7 //
8
9 #ifndef __msa__LiveTraceAction__
10 #define __msa__LiveTraceAction__
11
12 class LiveTraceAction : public Action {
13 public:
14 LiveTraceAction() {}
15
16 virtual void execute(Globals& globals);
17 };
18
19 #endif /* defined(__msa__LiveTraceAction__) */