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