CbcMessage.hpp
Go to the documentation of this file.
1 /* $Id: CbcMessage.hpp 1432 2010-02-07 19:33:53Z bjarni $ */
2 // Copyright (C) 2002, International Business Machines
3 // Corporation and others. All Rights Reserved.
4 #ifndef CbcMessage_H
5 #define CbcMessage_H
6 
7 #if defined(_MSC_VER)
8 // Turn off compiler warning about long names
9 # pragma warning(disable:4786)
10 #endif
11 
21 #include "CoinMessageHandler.hpp"
73 };
74 
75 class CbcMessage : public CoinMessages {
76 
77 public:
78 
82  CbcMessage(Language language = us_en);
84 
85 };
86 
87 #endif
88