00001 #include <OCOMBUF.H> 00002 #include <ALL.H> 00003 00004 //----------- CommonBuf::CommonBuf() -----------------// 00005 CommonBuf::CommonBuf() { 00006 common_data_buf = mem_add(COMMON_DATA_BUF_SIZE); 00007 } 00008 00009 //----------- CommonBuf::CommonBuf() -----------------// 00010 00011 //----------- CommonBuf::~CommonBuf() ----------------// 00012 CommonBuf::~CommonBuf() { 00013 mem_del(common_data_buf); 00014 } 00015 00016 //----------- CommonBuf::~CommonBuf() ----------------//