git-svn-id: svn://db.shs.com.ru/pip@816 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -246,7 +246,6 @@ PIEthernet::~PIEthernet() {
|
||||
//piCout << "~PIEthernet" << uint(this);
|
||||
stop();
|
||||
closeDevice();
|
||||
piMonitor.ethernets--;
|
||||
//piCoutObj << "~PIEthernet done";
|
||||
}
|
||||
|
||||
@@ -254,7 +253,6 @@ PIEthernet::~PIEthernet() {
|
||||
void PIEthernet::construct() {
|
||||
//piCout << " PIEthernet" << uint(this);
|
||||
setOption(BlockingWrite);
|
||||
piMonitor.ethernets++;
|
||||
connected_ = connecting_ = listen_threaded = server_bounded = false;
|
||||
sock = sock_s = -1;
|
||||
setReadTimeout(10000.);
|
||||
|
||||
Reference in New Issue
Block a user