-rw-r--r-- | include/opkele/verify_op.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/opkele/verify_op.h b/include/opkele/verify_op.h new file mode 100644 index 0000000..f5c97b2 --- a/dev/null +++ b/include/opkele/verify_op.h | |||
@@ -0,0 +1,16 @@ | |||
1 | #ifndef __OPKELE_VERIFY_OP_H | ||
2 | #define __OPKELE_VERIFY_OP_H | ||
3 | |||
4 | #include <opkele/basic_op.h> | ||
5 | |||
6 | namespace opkele { | ||
7 | |||
8 | class verify_op : public basic_op { | ||
9 | public: | ||
10 | |||
11 | void verify_return_to(); | ||
12 | }; | ||
13 | |||
14 | } | ||
15 | |||
16 | #endif /* __OPKELE_VERIFY_OP_H */ | ||