diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-30 05:21:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-30 05:21:45 +0000 |
commit | 7cc230d57218752d8f91dd125df10785fe06a5f2 (patch) | |
tree | bd91ffc22347b9cdda06e40c2301d6ddcc4f7284 /net-mgmt/cflowd/files/patch-classes::src::CflowdRawFlowConvertor.cc | |
parent | * Use USE_MYSQL [1] (diff) |
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
Notes
Notes:
svn path=/head/; revision=88045
Diffstat (limited to 'net-mgmt/cflowd/files/patch-classes::src::CflowdRawFlowConvertor.cc')
-rw-r--r-- | net-mgmt/cflowd/files/patch-classes::src::CflowdRawFlowConvertor.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/cflowd/files/patch-classes::src::CflowdRawFlowConvertor.cc b/net-mgmt/cflowd/files/patch-classes::src::CflowdRawFlowConvertor.cc new file mode 100644 index 000000000000..d9880ef1758e --- /dev/null +++ b/net-mgmt/cflowd/files/patch-classes::src::CflowdRawFlowConvertor.cc @@ -0,0 +1,10 @@ +--- classes/src/CflowdRawFlowConverter.cc.orig Fri Aug 29 21:24:00 2003 ++++ classes/src/CflowdRawFlowConverter.cc Fri Aug 29 21:24:16 2003 +@@ -43,6 +43,7 @@ + #include <assert.h> + } + ++using namespace std; + #include <string> + + #include "CflowdRawFlowConverter.hh" |