00001 // Copyright (C) 2000, International Business Machines 00002 // Corporation and others. All Rights Reserved. 00003 #ifndef _MKC_INIT_H 00004 #define _MKC_INIT_H 00005 00006 #include "BCP_USER.hpp" 00007 00008 class MKC_initialize : public USER_initialize { 00009 // Declare this function if not the default single process communication is 00010 // wanted 00011 // BCP_message_environment * msgenv_init(); 00012 BCP_tm_user * tm_init(BCP_tm_prob& p, 00013 const int argnum, const char * const * arglist); 00014 BCP_lp_user * lp_init(BCP_lp_prob& p); 00015 }; 00016 00017 #endif