aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cflowd/files/patch-classes_include_CflowdUint16Uint16Key.hh
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/cflowd/files/patch-classes_include_CflowdUint16Uint16Key.hh')
-rw-r--r--net-mgmt/cflowd/files/patch-classes_include_CflowdUint16Uint16Key.hh28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-mgmt/cflowd/files/patch-classes_include_CflowdUint16Uint16Key.hh b/net-mgmt/cflowd/files/patch-classes_include_CflowdUint16Uint16Key.hh
deleted file mode 100644
index 0aba707c3973..000000000000
--- a/net-mgmt/cflowd/files/patch-classes_include_CflowdUint16Uint16Key.hh
+++ /dev/null
@@ -1,28 +0,0 @@
---- ./classes/include/CflowdUint16Uint16Key.hh.orig Wed Aug 11 18:11:35 1999
-+++ ./classes/include/CflowdUint16Uint16Key.hh Mon Apr 9 00:03:09 2007
-@@ -52,6 +52,7 @@
- }
-
- #include <map>
-+#include <iostream>
-
- #include "ArtsPrimitive.hh"
-
-@@ -136,7 +137,7 @@
- //.........................................................................
- // Reads the key from an istream. Returns the istream.
- //-------------------------------------------------------------------------
-- inline istream & read(istream & is)
-+ inline std::istream & read(std::istream & is)
- {
- g_CfdArtsPrimitive.ReadUint16(is,this->_src,sizeof(this->_src));
- g_CfdArtsPrimitive.ReadUint16(is,this->_dst,sizeof(this->_dst));
-@@ -177,7 +178,7 @@
- //.........................................................................
- // Writes the key to an ostream. Returns the ostream.
- //-------------------------------------------------------------------------
-- inline ostream & write(ostream & os) const
-+ inline std::ostream & write(std::ostream & os) const
- {
- g_CfdArtsPrimitive.WriteUint16(os,this->_src,sizeof(this->_src));
- g_CfdArtsPrimitive.WriteUint16(os,this->_dst,sizeof(this->_dst));