1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef __OPKELE_VERIFY_OP_H #define __OPKELE_VERIFY_OP_H #include <opkele/basic_op.h> namespace opkele { class verify_op : public basic_op { public: void verify_return_to(); }; } #endif /* __OPKELE_VERIFY_OP_H */