clone File data source copy constructor PARAM: none RETURN: pointer to the newly c reated object ************************************************/
| 160 | pointer to the newly c reated object |
| 161 | ************************************************/ |
| 162 | CUT_DataSource * CUT_FileDataSource::clone() { |
| 163 | return new CUT_FileDataSource(m_szFileName, m_nBufferSize); |
| 164 | } |
| 165 | |
| 166 | /*********************************************** |
| 167 | ~CUT_FileDataSource |