#ifndef CBMSTATUSCODE_H_ #define CBMSTATUSCODE_H_ enum StatusCode {kCBMSUCCESS = 0, kCBMERROR = 1}; #endif /*CBMSTATUSCODE_H_*/