| 881 | } |
| 882 | |
| 883 | int FTPProfile::SortVector(vProfile & pVect) { |
| 884 | std::sort(pVect.begin(), pVect.end(), &FTPProfile::CompareProfile); |
| 885 | |
| 886 | return 0; |
| 887 | } |
| 888 | |
| 889 | bool FTPProfile::operator==(const FTPProfile& other) const |
| 890 | { |
nothing calls this directly
no outgoing calls
no test coverage detected