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