Changeset 2327 for pjproject/trunk/pjlib/src/pj/sock_symbian.cpp
- Timestamp:
- Sep 27, 2008 9:35:34 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/sock_symbian.cpp
r2283 r2327 67 67 68 68 /* IP multicast is also not supported. */ 69 const pj_uint16_t pj_IP_MULTICAST_IF = 0xFFFF;70 const pj_uint16_t pj_IP_MULTICAST_TTL = 0xFFFF;71 const pj_uint16_t pj_IP_MULTICAST_LOOP = 0xFFFF;72 const pj_uint16_t pj_IP_ADD_MEMBERSHIP = 0xFFFF;73 const pj_uint16_t pj_IP_DROP_MEMBERSHIP = 0xFFFF;69 const pj_uint16_t PJ_IP_MULTICAST_IF = 0xFFFF; 70 const pj_uint16_t PJ_IP_MULTICAST_TTL = 0xFFFF; 71 const pj_uint16_t PJ_IP_MULTICAST_LOOP = 0xFFFF; 72 const pj_uint16_t PJ_IP_ADD_MEMBERSHIP = 0xFFFF; 73 const pj_uint16_t PJ_IP_DROP_MEMBERSHIP = 0xFFFF; 74 74 75 75 /* Flags */
Note: See TracChangeset
for help on using the changeset viewer.