Net: Removed TrafficAction (broken since 0.14)

This commit is contained in:
Birunthan Mohanathas
2012-09-21 13:13:02 +03:00
parent 797fd26fa8
commit 48f06677c4
2 changed files with 0 additions and 30 deletions

View File

@ -54,16 +54,12 @@ public:
protected:
void ReadOptions(CConfigParser& parser, const WCHAR* section, CMeasureNet::NET net);
void UpdateValue();
ULONG64 GetNetOctets(NET net);
ULONG64 GetNetStatsValue(NET net);
double m_CurrentTraffic;
double m_TrafficValue;
UINT m_Interface;
bool m_Cumulative;
std::wstring m_TrafficAction;
static std::vector<ULONG64> c_OldStatValues;
static std::vector<ULONG64> c_StatValues;