PTLib  Version 2.18.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sockets.h
Go to the documentation of this file.
1 /*
2  * sockets.h
3  *
4  * Berkley Sockets classes.
5  *
6  * Portable Windows Library
7  *
8  * Copyright (c) 1993-1998 Equivalence Pty. Ltd.
9  *
10  * The contents of this file are subject to the Mozilla Public License
11  * Version 1.0 (the "License"); you may not use this file except in
12  * compliance with the License. You may obtain a copy of the License at
13  * http://www.mozilla.org/MPL/
14  *
15  * Software distributed under the License is distributed on an "AS IS"
16  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
17  * the License for the specific language governing rights and limitations
18  * under the License.
19  *
20  * The Original Code is Portable Windows Library.
21  *
22  * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
23  *
24  * Portions are Copyright (C) 1993 Free Software Foundation, Inc.
25  * All Rights Reserved.
26  *
27  * Contributor(s): ______________________________________.
28  */
29 
30 #ifndef PTLIB_SOCKETS_H
31 #define PTLIB_SOCKETS_H
32 
33 #ifdef P_USE_PRAGMA
34 #pragma interface
35 #endif
36 
37 
39 // PSocket
40 
41 #include <ptlib/socket.h>
42 
43 
45 // PIPSocket
46 
47 #include <ptlib/ipsock.h>
48 
49 
51 // PIPDatagramSocket
52 
53 #include <ptlib/ipdsock.h>
54 
55 
57 // PUDPSocket
58 
59 #include <ptlib/udpsock.h>
60 
61 
63 // PICMPSocket
64 
65 #include <ptlib/icmpsock.h>
66 
67 
69 // PTCPSocket
70 
71 #include <ptlib/tcpsock.h>
72 
73 
75 // PEthSocket
76 
77 #include <ptlib/ethsock.h>
78 
79 
80 #endif // PTLIB_SOCKETS_H
81 
82 
83 // End Of File ///////////////////////////////////////////////////////////////