00001 /* 00002 * ===================================================================================== 00003 * 00004 * Filename: buffer.cc 00005 * 00006 * Description: 00007 * 00008 * Version: 1.0 00009 * Created: 02/24/2010 02:41:06 PM 00010 * Revision: none 00011 * Compiler: gcc 00012 * 00013 * Author: Mitchelle Rasquinha 00014 * Company: Georgia Institute of Technology 00015 * 00016 * ===================================================================================== 00017 */ 00018 00019 #ifndef _buffer_cc_INC 00020 #define _buffer_cc_INC 00021 00022 #include "buffer.h" 00023 00024 /* 00025 uint 00026 Buffer::get_buffer_size () const 00027 { 00028 return buffer_size; 00029 } 00030 00031 void 00032 Buffer::set_buffer_size ( uint size ) 00033 { 00034 buffer_size = size; 00035 return ; 00036 } 00037 00038 * */ 00039 #endif /* ----- #ifndef _buffer_cc_INC ----- */ 00040