freebsd-ports/net-mgmt/cflowd/files/patch-classes::src::CflowdCiscoFlowEngine.cc
Edwin Groothuis 7cc230d572 Unbreak net/cflowd by adding "using namespace std" to several places
in the code.

Informed maintainer.

PR:		ports/48382 (it all started with this one)
Submtited by:	Will Saxon <wills@housing.ufl.edu> and me
2003-08-30 05:21:45 +00:00

19 lines
708 B
C++

--- classes/src/CflowdCiscoFlowEngine.cc.orig Fri Aug 29 21:13:33 2003
+++ classes/src/CflowdCiscoFlowEngine.cc Fri Aug 29 21:17:18 2003
@@ -43,6 +43,7 @@
#include "caida_t.h"
}
+using namespace std;
#include <string>
#include "CflowdCiscoFlowEngine.hh"
@@ -58,7 +59,7 @@
//-------------------------------------------------------------------------
uint32_t CflowdCiscoFlowEngine::SequenceNumber(uint32_t seqNumber,
uint16_t flowCount,
- uint8_t aggMethod = 0)
+ uint8_t aggMethod )
{
if (aggMethod > k_CiscoV8FlowExportMaxAggType) {
syslog(LOG_ERR,