////////////////////////////////////////////////////////////////////////// CreateCopy //////////////////////////////////////////////////////////////////////////
| 107 | // CreateCopy |
| 108 | /////////////////////////////////////////////////////////////////////////////// |
| 109 | iFCODataSourceIter* cDbDataSourceIter::CreateCopy() const |
| 110 | { |
| 111 | //TODO -- implement this with a memory pool? |
| 112 | return new cDbDataSourceIter(*this); |
| 113 | } |
| 114 | |
| 115 | |
| 116 | /////////////////////////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected