CbcGenMessages.hpp
Go to the documentation of this file.
1 
9 #ifndef CbcGenMessages_H
10 #define CbcGenMessages_H
11 
12 
19 /*
20  $Id: CbcGenMessages.hpp 1173 2009-06-04 09:44:10Z forrest $
21 */
22 
23 /*
24  There's arguably not enough content here to justify a separate file, but it
25  maintains the common pattern for COIN code.
26 */
27 
33 typedef enum {
38 } CbcGenMsgCode ;
39 
40 #endif
41