From 95f27e1381532f08ee366ba24ef938586870149d Mon Sep 17 00:00:00 2001 From: mccallum Date: Mon, 18 Mar 1996 14:09:48 +0000 Subject: [PATCH] Declare classes UdpInPacket and UdpOutPacket. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1182 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/base/UdpPort.h | 4 +++- Source/objects/UdpPort.h | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Headers/gnustep/base/UdpPort.h b/Headers/gnustep/base/UdpPort.h index d44488b41..b82ff7e03 100644 --- a/Headers/gnustep/base/UdpPort.h +++ b/Headers/gnustep/base/UdpPort.h @@ -53,7 +53,9 @@ @end -@interface UdpPacket : Packet +@interface UdpInPacket : InPacket +@end +@interface UdpOutPacket : OutPacket @end #endif /* __UdpPort_h_INCLUDE_GNU */ diff --git a/Source/objects/UdpPort.h b/Source/objects/UdpPort.h index d44488b41..b82ff7e03 100644 --- a/Source/objects/UdpPort.h +++ b/Source/objects/UdpPort.h @@ -53,7 +53,9 @@ @end -@interface UdpPacket : Packet +@interface UdpInPacket : InPacket +@end +@interface UdpOutPacket : OutPacket @end #endif /* __UdpPort_h_INCLUDE_GNU */