SFtp: GetDefaultDir() method added. SshSession::WhenPhase added. Docs updated. Various improvements.

git-svn-id: svn://ultimatepp.org/upp/trunk@12237 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
oblivion 2018-09-02 18:56:26 +00:00
parent ac70faf0bd
commit 904039a141
13 changed files with 125 additions and 71 deletions

View file

@ -69,7 +69,7 @@ protected:
void ReportError(int rc, const String& reason);
void AddTo(SocketWaitEvent& e) { e.Add(*ssh->socket, GetWaitEvents()); }
dword GetWaitEvents();
inline void RefreshUI() { WhenWait ? WhenWait() : ssh->whenwait(); }
inline void RefreshUI() { WhenWait ? WhenWait() : ssh->whenwait(); }
private:
static int64 GetNewId();