| 71 | bool IsRetrPossible() const { return m_fTryRetr; }; |
| 72 | T_enSizeType SizeType() const { return m_enSizeType; }; |
| 73 | long Size() const { return m_lSize; }; |
| 74 | T_enMTimeType MTimeType() const { return m_enModificationTimeType; }; |
| 75 | time_t MTime() const { return m_mtime; }; |
| 76 | const tstring& Attributes() const { return m_strAttributes; }; |
no outgoing calls
no test coverage detected