#ifndef CBMLITSTATUSCODE_H_ #define CBMLITSTATUSCODE_H_ enum LitStatus { kLITSUCCESS, kLITERROR }; #endif /*CBMLITSTATUSCODE_H_*/