Zero  0.1.0
tracerestore.h
Go to the documentation of this file.
1 #ifndef __TRACERESTORE_H
2 #define __TRACERESTORE_H
3 
4 #include "command.h"
5 #include "handler.h"
6 
8 public:
9  void run();
10 
11  void setupOptions();
12 };
13 
14 class RestoreTraceHandler : public Handler {
15 public:
17 
18  virtual void invoke(logrec_t& r);
19 
20 protected:
22 };
23 
24 #endif // __TRACERESTORE_H
int currentTick
Definition: tracerestore.h:21
void run()
Definition: tracerestore.cpp:9
Definition: tracerestore.h:14
Represents a transactional log record.
Definition: logrec.h:143
Definition: tracerestore.h:7
Definition: command.h:70
Definition: handler.h:11
void setupOptions()
Definition: tracerestore.cpp:5