| 219 | // GetNumObjects returns 0). |
| 220 | |
| 221 | int cvRepository::Load( char *filename ) |
| 222 | { |
| 223 | if ( ( this->GetNumObjects() ) != 0 ) { |
| 224 | return SV_ERROR; |
| 225 | } |
| 226 | |
| 227 | cout << "cvRepository::Load not yet implemented." << endl; |
| 228 | return SV_ERROR; |
| 229 | } |
| 230 | |
| 231 | |
| 232 | // ------------- |
no test coverage detected