fixes from 1.3.4

This commit is contained in:
Guenter Obiltschnig
2009-03-24 09:23:21 +00:00
parent fd98b17390
commit 37e6fa383a
4 changed files with 12 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
//
// NetworkInterface.h
//
// $Id: //poco/1.3/Net/include/Poco/Net/NetworkInterface.h#6 $
// $Id: //poco/1.3/Net/include/Poco/Net/NetworkInterface.h#7 $
//
// Library: Net
// Package: Sockets
@@ -70,13 +70,13 @@ public:
/// The name is empty, the IP address is the wildcard
/// address and the index is zero.
NetworkInterface(const NetworkInterface& interface);
NetworkInterface(const NetworkInterface& interfc);
/// Creates the NetworkInterface by copying another one.
~NetworkInterface();
/// Destroys the NetworkInterface.
NetworkInterface& operator = (const NetworkInterface& interface);
NetworkInterface& operator = (const NetworkInterface& interfc);
/// Assigns another NetworkInterface.
void swap(NetworkInterface& other);