예제 #1
0
파일: servers.hpp 프로젝트: ghoff/accessl
 int compare_port(const server& other) const {
     return get_port() - other.get_port();
 }