summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
41793fe)
класса через список инициализации в конструкторе. Так же добавлено
обнуление буфера в конструкторе.
}
//-----------------------------------------------------------------------------
IPQ_CAP::IPQ_CAP()
}
//-----------------------------------------------------------------------------
IPQ_CAP::IPQ_CAP()
+ : ipq_h(NULL),
+ nonstop(false),
+ isRunning(false),
+ capSock(-1),
+ traffCnt(NULL)
-isRunning = false;
-nonstop = false;
+memset(buf, 0, BUFSIZE);
}
//-----------------------------------------------------------------------------
void IPQ_CAP::SetTraffcounter(TRAFFCOUNTER * tc)
}
//-----------------------------------------------------------------------------
void IPQ_CAP::SetTraffcounter(TRAFFCOUNTER * tc)