| 59 | static void initPersistFields(); |
| 60 | |
| 61 | inline void setPath( const char* pPath ) { mPath = StringTable->insert( pPath ); } |
| 62 | inline StringTableEntry getPath( void ) const { return mPath; } |
| 63 | inline void setExtension( const char* pPath ) { mExtension = StringTable->insert( pPath ); } |
| 64 | inline StringTableEntry getExtension( void ) const { return mExtension; } |
no test coverage detected