#ifndef DEF_OBJECT_U_H #define DEF_OBJECT_U_H #define E_INVALID -2 #define E_BAD_HANDLE -3 #define E_NOT_IMPLEMENTED -4 #define E_NOT_PUBLIC -5 #define E_NOT_FOUND -6 #endif