Changeset 1159 for pjproject/trunk/pjsip/include/pjsip/sip_transport_tcp.h
- Timestamp:
- Apr 6, 2007 10:29:20 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_transport_tcp.h
r974 r1159 26 26 27 27 #include <pjsip/sip_transport.h> 28 29 30 /* Only declare the API if PJ_HAS_TCP is true */ 31 #if defined(PJ_HAS_TCP) && PJ_HAS_TCP!=0 32 28 33 29 34 PJ_BEGIN_DECL … … 113 118 */ 114 119 120 #endif /* PJ_HAS_TCP */ 121 115 122 #endif /* __PJSIP_TRANSPORT_TCP_H__ */
Note: See TracChangeset
for help on using the changeset viewer.