summaryrefslogtreecommitdiffabout
path: root/include/opkele/verify_op.h
blob: 6c3c3865c1de9a874649851058baebc846ee5a2f (plain)
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 */