Declare classes UdpInPacket and UdpOutPacket.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1182 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-18 14:09:48 +00:00
parent c15e973016
commit 1ec7e45812
2 changed files with 6 additions and 2 deletions

View file

@ -53,7 +53,9 @@
@end
@interface UdpPacket : Packet
@interface UdpInPacket : InPacket
@end
@interface UdpOutPacket : OutPacket
@end
#endif /* __UdpPort_h_INCLUDE_GNU */

View file

@ -53,7 +53,9 @@
@end
@interface UdpPacket : Packet
@interface UdpInPacket : InPacket
@end
@interface UdpOutPacket : OutPacket
@end
#endif /* __UdpPort_h_INCLUDE_GNU */