| 149 | } |
| 150 | |
| 151 | int CParameterWakeOnLan::SetNetworkInterface(const QString& szName) |
| 152 | { |
| 153 | if(m_szNetworkInteface == szName) |
| 154 | return 0; |
| 155 | m_szNetworkInteface = szName; |
| 156 | SetModified(true); |
| 157 | return 0; |
| 158 | } |
| 159 | |
| 160 | const quint16 CParameterWakeOnLan::GetPort() const |
| 161 | { |