| 119 | |
| 120 | inline const CString& GetOffsetString( ) const { return m_strOffset; } |
| 121 | inline void SetOffsetString( const CString& offsetStr ) { m_strOffset = offsetStr; } |
| 122 | inline void SetOffsetString( LPCTSTR offsetStr ) { m_strOffset = offsetStr; } |
| 123 | |
| 124 | inline const CString& GetName( ) const { return m_strName; } |
no outgoing calls
no test coverage detected