Virtual U.org
Get Personal Training on VU Today
    
Top shadow
 
 register/help
User Name:

Password:

OCOMBUF.CPP Source File
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

OCOMBUF.CPP

Go to the documentation of this file.
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() ----------------//

Generated on Fri Aug 23 01:37:18 2002 for VirtualU by doxygen1.2.17