mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
c15e973016
commit
1ec7e45812
2 changed files with 6 additions and 2 deletions
|
@ -53,7 +53,9 @@
|
|||
|
||||
@end
|
||||
|
||||
@interface UdpPacket : Packet
|
||||
@interface UdpInPacket : InPacket
|
||||
@end
|
||||
@interface UdpOutPacket : OutPacket
|
||||
@end
|
||||
|
||||
#endif /* __UdpPort_h_INCLUDE_GNU */
|
||||
|
|
|
@ -53,7 +53,9 @@
|
|||
|
||||
@end
|
||||
|
||||
@interface UdpPacket : Packet
|
||||
@interface UdpInPacket : InPacket
|
||||
@end
|
||||
@interface UdpOutPacket : OutPacket
|
||||
@end
|
||||
|
||||
#endif /* __UdpPort_h_INCLUDE_GNU */
|
||||
|
|
Loading…
Reference in a new issue