From 60aab665670e50cb18bba45ee25f2ed091759741 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Mon, 23 Feb 2004 04:42:13 +0000 Subject: Say hello to the new "net-mgmt" category. There are probably more ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus --- .../patch-classes::src::ArtsInterfaceMatrixData.cc | 47 ---------------------- 1 file changed, 47 deletions(-) delete mode 100644 net/arts++/files/patch-classes::src::ArtsInterfaceMatrixData.cc (limited to 'net/arts++/files/patch-classes::src::ArtsInterfaceMatrixData.cc') diff --git a/net/arts++/files/patch-classes::src::ArtsInterfaceMatrixData.cc b/net/arts++/files/patch-classes::src::ArtsInterfaceMatrixData.cc deleted file mode 100644 index 18c54ffeaad7..000000000000 --- a/net/arts++/files/patch-classes::src::ArtsInterfaceMatrixData.cc +++ /dev/null @@ -1,47 +0,0 @@ ---- ./classes/src/ArtsInterfaceMatrixData.cc.orig Mon Oct 2 13:05:24 2000 -+++ ./classes/src/ArtsInterfaceMatrixData.cc Wed Sep 25 16:38:10 2002 -@@ -81,7 +81,7 @@ - //......................................................................... - // - //------------------------------------------------------------------------- --istream & ArtsInterfaceMatrixData::read(istream& is, uint8_t version = 0) -+istream & ArtsInterfaceMatrixData::read(istream& is, uint8_t version) - { - uint32_t entryNum; - ArtsInterfaceMatrixEntry interfaceEntry; -@@ -106,7 +106,7 @@ - //......................................................................... - // - //------------------------------------------------------------------------- --int ArtsInterfaceMatrixData::read(int fd, uint8_t version = 0) -+int ArtsInterfaceMatrixData::read(int fd, uint8_t version) - { - uint32_t entryNum; - // ArtsPrimitive ioHelper; -@@ -163,7 +163,7 @@ - // - //------------------------------------------------------------------------- - ostream & ArtsInterfaceMatrixData::write(ostream& os, -- uint8_t version = 0) -+ uint8_t version) - { - uint32_t entryNum; - -@@ -185,7 +185,7 @@ - //......................................................................... - // - //------------------------------------------------------------------------- --int ArtsInterfaceMatrixData::write(int fd, uint8_t version = 0) -+int ArtsInterfaceMatrixData::write(int fd, uint8_t version) - { - uint32_t entryNum; - int rc; -@@ -237,7 +237,7 @@ - //......................................................................... - // - //------------------------------------------------------------------------- --uint32_t ArtsInterfaceMatrixData::Length(uint8_t version = 0) const -+uint32_t ArtsInterfaceMatrixData::Length(uint8_t version) const - { - uint32_t length = 0; - -- cgit v1.2.3