git-svn-id: svn://db.shs.com.ru/pip@416 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -650,7 +650,7 @@ void Daemon::peerDisconnected(const PIString & p_name) {
|
||||
|
||||
|
||||
void Daemon::filesReceived(const PIString & p_name, bool ok) {
|
||||
piCoutObj << "filesReceived";
|
||||
piCout << "filesReceived";
|
||||
closeFileDialog(p_name, ok);
|
||||
PIMutexLocker ml(remote_mutex);
|
||||
Remote * r = remotes.value(p_name, 0);
|
||||
@@ -660,7 +660,7 @@ void Daemon::filesReceived(const PIString & p_name, bool ok) {
|
||||
|
||||
|
||||
void Daemon::filesSended(const PIString & p_name, bool ok) {
|
||||
piCoutObj << "filesSended";
|
||||
piCout << "filesSended";
|
||||
closeFileDialog(p_name, ok);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user