mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
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:
parent
ac70faf0bd
commit
904039a141
13 changed files with 125 additions and 71 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue