///////////////////////////////////////////////////////
| 102 | |
| 103 | //////////////////////////////////////////////////////////// |
| 104 | Ftp::Response::Status Ftp::Response::getStatus() const |
| 105 | { |
| 106 | return m_status; |
| 107 | } |
| 108 | |
| 109 | |
| 110 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected