CoinUtils  2.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CoinMessage.hpp
Go to the documentation of this file.
1 /* $Id: CoinMessage.hpp 1411 2011-03-30 11:40:33Z forrest $ */
2 // Copyright (C) 2002, International Business Machines
3 // Corporation and others. All Rights Reserved.
4 // This code is licensed under the terms of the Eclipse Public License (EPL).
5 
6 #ifndef CoinMessage_H
7 #define CoinMessage_H
8 
9 #if defined(_MSC_VER)
10 // Turn off compiler warning about long names
11 # pragma warning(disable:4786)
12 #endif
13 
24 #include "CoinMessageHandler.hpp"
25 
29 {
58 # if PRESOLVE_DEBUG
59  COIN_PRESOLDBG_FIRSTCHECK,
60  COIN_PRESOLDBG_RCOSTACC,
61  COIN_PRESOLDBG_RCOSTSTAT,
62  COIN_PRESOLDBG_STATSB,
63  COIN_PRESOLDBG_DUALSTAT,
64 # endif
68 };
69 
70 
79 class CoinMessage : public CoinMessages {
80 
81 public:
82 
92 
93 };
94 
95 #endif