| 618 | //----------------------------------------------------------------------------- |
| 619 | |
| 620 | void SimObject::setFilename( const char* file ) |
| 621 | { |
| 622 | if( file ) |
| 623 | mFilename = StringTable->insert( file ); |
| 624 | else |
| 625 | mFilename = StringTable->EmptyString(); |
| 626 | } |
| 627 | |
| 628 | //----------------------------------------------------------------------------- |
| 629 |
no test coverage detected