00001 // Copyright (C) 2003, International Business Machines 00002 // Corporation and others. All Rights Reserved. 00003 00004 #ifndef _OS_INIT_H 00005 #define _OS_INIT_H 00006 00007 #include "BCP_USER.hpp" 00008 #include "OS_tm.hpp" 00009 00010 class OS_init : public USER_initialize { 00011 00012 public: 00013 00014 00015 00016 virtual BCP_tm_user * tm_init(BCP_tm_prob& p, 00017 const int argnum, 00018 const char * const * arglist); 00019 00020 virtual BCP_lp_user * lp_init(BCP_lp_prob& p); 00021 00022 virtual BCP_user_pack* packer_init(BCP_user_class* p); 00023 }; 00024 00025 #endif