#ifndef CONFIG_RETURNVALUES_CLASSIDS_H_ #define CONFIG_RETURNVALUES_CLASSIDS_H_ #include #include "eive/resultClassIds.h" /** * Source IDs starts at 73 for now * Framework IDs for ReturnValues run from 0 to 56 * and are located inside */ namespace CLASS_ID { enum { CLASS_ID_START = COMMON_CLASS_ID_END, }; } #endif /* CONFIG_RETURNVALUES_CLASSIDS_H_ */