~pavel-pimenov/strongdc/strongdc-sqlite

« back to all changes in this revision

Viewing changes to client/ShareManager.cpp

  • Committer: pavel-pimenov
  • Date: 2011-08-17 07:59:54 UTC
  • Revision ID: pavel.pimenov@gmail.com-20110817075954-anhjxl3453thuog3
* StrongDC++ 2.43 sqlite r7867

Show diffs side-by-side

added added

removed removed

Lines of Context:
529
529
                }
530
530
        }
531
531
 
532
 
        for(list<string>::const_iterator i = removeMap.begin(); i != removeMap.end(); i++) {
 
532
        for(list<string>::const_iterator i = removeMap.begin(); i != removeMap.end(); ++i) {
533
533
                removeDirectory(*i);
534
534
        }
535
535