coin-Cgl
CglLandPMessages.hpp
Go to the documentation of this file.
1 // Copyright (C) 2005-2008, Pierre Bonami and others. All Rights Reserved.
2 // Author: Pierre Bonami
3 // LIF
4 // CNRS, Aix-Marseille Universites
5 // Date: 02/23/08
6 //---------------------------------------------------------------------------
7 
8 #ifndef CglLandPMessages_H
9 #define CglLandPMessages_H
10 
11 #include "CoinMessage.hpp"
12 #include "CoinMessageHandler.hpp"
13 
14 namespace LAP
15 {
17 class DebugData;
42 };
44 class LandPMessages : public CoinMessages
45 {
46 public:
47 
49  LandPMessages();
50 };
51 }
52 #endif