/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* Server.cpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: iherman- 65535) throw std::runtime_error("Invalid port"); std::cout << "Server port: " << port << "\nServer Password: " << password << std::endl; } Server::~Server() { } Server &Server::operator=(const Server& other) { if (this != &other) { std::cout << "operator= called" << std::endl; } return *this; }