diff options
Diffstat (limited to 'src/udp.h')
-rw-r--r-- | src/udp.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ | |||
1 | /*=========================================================================*\ | ||
2 | * UDP class: inherits from Socked and Internet domain classes and provides | ||
3 | * all the functionality for UDP objects. | ||
4 | * | ||
5 | * RCS ID: $Id$ | ||
6 | \*=========================================================================*/ | ||
1 | #ifndef UDP_H_ | 7 | #ifndef UDP_H_ |
2 | #define UDP_H_ | 8 | #define UDP_H_ |
3 | 9 | ||