CoinMessage.hpp
Go to the documentation of this file.
1 /* $Id: CoinMessage.hpp 1215 2009-11-05 11:03:04Z forrest $ */
2 // Copyright (C) 2002, International Business Machines
3 // Corporation and others. All Rights Reserved.
4 #ifndef CoinMessage_H
5 #define CoinMessage_H
6 
7 #if defined(_MSC_VER)
8 // Turn off compiler warning about long names
9 # pragma warning(disable:4786)
10 #endif
11 
22 #include "CoinMessageHandler.hpp"
23 
27 {
56 # if PRESOLVE_DEBUG
57  COIN_PRESOLDBG_FIRSTCHECK,
58  COIN_PRESOLDBG_RCOSTACC,
59  COIN_PRESOLDBG_RCOSTSTAT,
60  COIN_PRESOLDBG_STATSB,
61  COIN_PRESOLDBG_DUALSTAT,
62 # endif
64 };
65 
66 
75 class CoinMessage : public CoinMessages {
76 
77 public:
78 
88 
89 };
90 
91 #endif