/home/coin/SVN-release/CoinAll-1.1.0/Bcp/src/include/BCP_functions.hpp

Go to the documentation of this file.
00001 // Copyright (C) 2000, International Business Machines
00002 // Corporation and others.  All Rights Reserved.
00003 
00004 #ifndef _BCP_FUNCTIONS_H_
00005 #define _BCP_FUNCTIONS_H_
00006 
00007 class BCP_warmstart;
00008 class BCP_buffer;
00009 
00010 void
00011 BCP_pack_warmstart(const BCP_warmstart* ws, BCP_buffer& buf);
00012 
00013 BCP_warmstart*
00014 BCP_unpack_warmstart(BCP_buffer& buf);
00015 
00016 #endif

Generated on Sun Nov 14 14:06:29 2010 for Coin-All by  doxygen 1.4.7