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