| 48 | const Reader::ReaderDescription<ObjectReader> ObjectReader::g_readerDescription( "cob" ); |
| 49 | |
| 50 | ObjectReader::ObjectReader() : |
| 51 | Reader( "Reads instances of a single Object from a file with a .cob extension" ) |
| 52 | { |
| 53 | } |
| 54 | |
| 55 | ObjectReader::ObjectReader( const std::string &fileName ) : |
| 56 | Reader( "Reads instances of a single Object from a file with a .cob extension" ) |
no outgoing calls