Eo: Fix return value of eo_do_super to depend on error_set.
[profile/ivi/eobj.git] / src / tests / constructors / simple7.h
1 #ifndef SIMPLE7_H
2 #define SIMPLE7_H
3
4 #include "Eo.h"
5
6 #define SIMPLE7_CLASS simple7_class_get()
7 const Eo_Class *simple7_class_get(void);
8
9 #endif